#78D0DD

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

Shades of Spray #78D0DD

Tints of Spray #78D0DD

Color information

#78D0DD (or 0x78D0DD) is unknown color: approx Spray. HEX triplet: 78, D0 and DD. RGB value is (120,208,221). Sum of RGB (Red+Green+Blue) = 120+208+221=549 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.86% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #78D0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D0DD is #872F22. Grayscale: #B7B7B7. Windows color (decimal): -8859427 or 14536824. OLE color: 14536824.

HSL color Cylindrical-coordinate representation of color #78D0DD: hue angle of 187.72º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78D0DD is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120208221-
CMYK0.460.0600.13
HSL187.72º59.76%66.86%-
HSV(B)187.72º45.7%86.67%-
XYZ43.3554.3376.61-
YUV183.17149.3582.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.86%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=21.86%
G=37.89%
B=40.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202082210.460.0600.13187.7259.7666.86
Hex78D0DD2E60Dbc3c43
Octal17032033556601527474103
Binary1111000110100001101110110111011001101101111001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,208,221); }

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

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

 a { background-color: rgb(120,208,221); }

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

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

 span { border-color: rgb(120,208,221); }

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