#80C9DE

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

Shades of Spray #80C9DE

Tints of Spray #80C9DE

Color information

#80C9DE (or 0x80C9DE) is unknown color: approx Spray. HEX triplet: 80, C9 and DE. RGB value is (128,201,222). Sum of RGB (Red+Green+Blue) = 128+201+222=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #80C9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C9DE is #7F3621. Grayscale: #B5B5B5. Windows color (decimal): -8336930 or 14600576. OLE color: 14600576.

HSL color Cylindrical-coordinate representation of color #80C9DE: hue angle of 193.4º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80C9DE is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128201222-
CMYK0.420.0900.13
HSL193.4º58.75%68.63%-
HSV(B)193.4º42.34%87.06%-
XYZ42.9751.6476.81-
YUV181.57150.8289.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.23%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=23.23%
G=36.48%
B=40.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282012220.420.0900.13193.458.7568.63
Hex80C9DE2A90Dc13b45
Octal200311336521101530173105
Binary100000001100100111011110101010100101101110000011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80C9DE; }

 p { color: rgb(128,201,222); }

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

<style>
 a { background-color: #80C9DE; }

 a { background-color: rgb(128,201,222); }

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

<style>
 span { border-color: #80C9DE; }

 span { border-color: rgb(128,201,222); }

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