#78CAF9

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

Shades of Maya Blue #78CAF9

Tints of Maya Blue #78CAF9

Color information

#78CAF9 (or 0x78CAF9) is unknown color: approx Maya Blue. HEX triplet: 78, CA and F9. RGB value is (120,202,249). Sum of RGB (Red+Green+Blue) = 120+202+249=571 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.02% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #78CAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CAF9 is #873506. Grayscale: #B6B6B6. Windows color (decimal): -8860935 or 16370296. OLE color: 16370296.

HSL color Cylindrical-coordinate representation of color #78CAF9: hue angle of 201.86º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78CAF9 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120202249-
CMYK0.520.1900.02
HSL201.86º91.49%72.35%-
HSV(B)201.86º51.81%97.65%-
XYZ45.9753.0797.44-
YUV182.84165.3383.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.02%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=21.02%
G=35.38%
B=43.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202022490.520.1900.02201.8691.4972.35
Hex78CAF9341302ca5b48
Octal170312371642302312133110
Binary11110001100101011111001110100100110101100101010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,202,249); }

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

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

 a { background-color: rgb(120,202,249); }

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

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

 span { border-color: rgb(120,202,249); }

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