#78CADD

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

Shades of Spray #78CADD

Tints of Spray #78CADD

Color information

#78CADD (or 0x78CADD) is unknown color: approx Spray. HEX triplet: 78, CA and DD. RGB value is (120,202,221). Sum of RGB (Red+Green+Blue) = 120+202+221=543 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.10% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #78CADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CADD is #873522. Grayscale: #B3B3B3. Windows color (decimal): -8860963 or 14535288. OLE color: 14535288.

HSL color Cylindrical-coordinate representation of color #78CADD: hue angle of 191.29º 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 #78CADD is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120202221-
CMYK0.460.0900.13
HSL191.29º59.76%66.86%-
HSV(B)191.29º45.7%86.67%-
XYZ41.9251.4576.13-
YUV179.65151.3385.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.10%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=22.10%
G=37.20%
B=40.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202022210.460.0900.13191.2959.7666.86
Hex78CADD2E90Dbf3c43
Octal170312335561101527774103
Binary11110001100101011011101101110100101101101111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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