#78CCF5

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

Shades of Maya Blue #78CCF5

Tints of Maya Blue #78CCF5

Color information

#78CCF5 (or 0x78CCF5) is unknown color: approx Maya Blue. HEX triplet: 78, CC and F5. RGB value is (120,204,245). Sum of RGB (Red+Green+Blue) = 120+204+245=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #78CCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CCF5 is #87330A. Grayscale: #B7B7B7. Windows color (decimal): -8860427 or 16108664. OLE color: 16108664.

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

Color convert

RGB120204245-
CMYK0.510.1700.04
HSL199.68º86.21%71.57%-
HSV(B)199.68º51.02%96.08%-
XYZ45.8253.7794.35-
YUV183.56162.6782.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.09%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 245 (96.09% from 255) = 43.06%
R=21.09%
G=35.85%
B=43.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202042450.510.1700.04199.6886.2171.57
Hex78CCF5331104c85648
Octal170314365632104310126110
Binary111100011001100111101011100111000101001100100010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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