#78ccf6

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

Shades of Maya Blue #78CCF6

Tints of Maya Blue #78CCF6

Color information

#78CCF6 (or 0x78CCF6) is unknown color: approx Maya Blue. HEX triplet: 78, CC and F6. RGB value is (120,204,246). Sum of RGB (Red+Green+Blue) = 120+204+246=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #78CCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CCF6 is #873309. Grayscale: #B7B7B7. Windows color (decimal): -8860426 or 16174200. OLE color: 16174200.

HSL color Cylindrical-coordinate representation of color #78CCF6: hue angle of 200º degrees, saturation: 0.88, 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 #78CCF6 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120204246-
CMYK0.510.1700.04
HSL200º87.5%71.76%-
HSV(B)200º51.22%96.47%-
XYZ45.9753.8395.16-
YUV183.67163.1782.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.05%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 246 (96.48% from 255) = 43.16%
R=21.05%
G=35.79%
B=43.16%

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
Decimal1202042460.510.1700.0420087.571.76
Hex78CCF6331104c85848
Octal170314366632104310130110
Binary111100011001100111101101100111000101001100100010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ccf6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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