#78CCF4

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

Shades of Maya Blue #78CCF4

Tints of Maya Blue #78CCF4

Color information

#78CCF4 (or 0x78CCF4) is unknown color: approx Maya Blue. HEX triplet: 78, CC and F4. RGB value is (120,204,244). Sum of RGB (Red+Green+Blue) = 120+204+244=568 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.13% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #78CCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CCF4 is #87330B. Grayscale: #B7B7B7. Windows color (decimal): -8860428 or 16043128. OLE color: 16043128.

HSL color Cylindrical-coordinate representation of color #78CCF4: hue angle of 199.35º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78CCF4 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120204244-
CMYK0.510.1600.04
HSL199.35º84.93%71.37%-
HSV(B)199.35º50.82%95.69%-
XYZ45.6753.7193.55-
YUV183.44162.1782.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.13%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 244 (95.70% from 255) = 42.96%
R=21.13%
G=35.92%
B=42.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202042440.510.1600.04199.3584.9371.37
Hex78CCF4331004c75547
Octal170314364632004307125107
Binary111100011001100111101001100111000001001100011110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,204,244); }

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

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

 a { background-color: rgb(120,204,244); }

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

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

 span { border-color: rgb(120,204,244); }

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