#78cdde

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

Shades of Spray #78CDDE

Tints of Spray #78CDDE

Color information

#78CDDE (or 0x78CDDE) is unknown color: approx Spray. HEX triplet: 78, CD and DE. RGB value is (120,205,222). Sum of RGB (Red+Green+Blue) = 120+205+222=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #78CDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDDE is #873221. Grayscale: #B5B5B5. Windows color (decimal): -8860194 or 14601592. OLE color: 14601592.

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

Color convert

RGB120205222-
CMYK0.460.0800.13
HSL190º60.71%67.06%-
HSV(B)190º45.95%87.06%-
XYZ42.7652.9377.07-
YUV181.52150.8484.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.94%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=21.94%
G=37.48%
B=40.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202052220.460.0800.1319060.7167.06
Hex78CDDE2E80Dbe3d43
Octal170315336561001527675103
Binary11110001100110111011110101110100001101101111101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78cdde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,205,222); }

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

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

 a { background-color: rgb(120,205,222); }

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

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

 span { border-color: rgb(120,205,222); }

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