#78B9EF

Color #78B9EF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #78B9EF

Tints of Maya Blue #78B9EF

Color information

#78B9EF (or 0x78B9EF) is unknown color: approx Maya Blue. HEX triplet: 78, B9 and EF. RGB value is (120,185,239). Sum of RGB (Red+Green+Blue) = 120+185+239=544 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.06% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #78B9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B9EF is #874610. Grayscale: #ABABAB. Windows color (decimal): -8865297 or 15710584. OLE color: 15710584.

HSL color Cylindrical-coordinate representation of color #78B9EF: hue angle of 207.23º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78B9EF is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB120185239-
CMYK0.500.2300.06
HSL207.23º78.81%70.39%-
HSV(B)207.23º49.79%93.73%-
XYZ40.6744.9288.19-
YUV171.72165.9791.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 22.06%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 239 (93.75% from 255) = 43.93%
R=22.06%
G=34.01%
B=43.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1201852390.500.2300.06207.2378.8170.39
Hex78B9EF321706cf4f46
Octal170271357622706317117106
Binary111100010111001111011111100101011101101100111110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78B9EF; }

 p { color: rgb(120,185,239); }

 H1.HeaderClassName
 {
   color: #78B9EF;
 }
 .AnyTagClassName
 {
   color: #78B9EF;
 }
</style>
background-color css

<style>
 a { background-color: #78B9EF; }

 a { background-color: rgb(120,185,239); }

 div.DivClassName
 {
   background-color: #78B9EF;
 }
 .BgClassName
 {
   background-color: #78B9EF;
 }
</style>
border-color css

<style>
 span { border-color: #78B9EF; }

 span { border-color: rgb(120,185,239); }

 td.TdClassName
 {
   border-color: #78B9EF;
 }
 .TagClassName
 {
   border-color: #78B9EF;
 }
</style>