#78CBD9

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

Shades of Spray #78CBD9

Tints of Spray #78CBD9

Color information

#78CBD9 (or 0x78CBD9) is unknown color: approx Spray. HEX triplet: 78, CB and D9. RGB value is (120,203,217). Sum of RGB (Red+Green+Blue) = 120+203+217=540 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.22% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #78CBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBD9 is #873426. Grayscale: #B3B3B3. Windows color (decimal): -8860711 or 14273400. OLE color: 14273400.

HSL color Cylindrical-coordinate representation of color #78CBD9: hue angle of 188.66º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78CBD9 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120203217-
CMYK0.450.0600.15
HSL188.66º56.07%66.08%-
HSV(B)188.66º44.7%85.1%-
XYZ41.6351.7173.43-
YUV179.7814985.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.22%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 217 (85.16% from 255) = 40.19%
R=22.22%
G=37.59%
B=40.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202032170.450.0600.15188.6656.0766.08
Hex78CBD92D60Fbd3842
Octal17031333155601727570102
Binary1111000110010111101100110110111001111101111011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,203,217); }

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

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

 a { background-color: rgb(120,203,217); }

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

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

 span { border-color: rgb(120,203,217); }

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