#80CBDE

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

Shades of Spray #80CBDE

Tints of Spray #80CBDE

Color information

#80CBDE (or 0x80CBDE) is unknown color: approx Spray. HEX triplet: 80, CB and DE. RGB value is (128,203,222). Sum of RGB (Red+Green+Blue) = 128+203+222=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #80CBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBDE is #7F3421. Grayscale: #B6B6B6. Windows color (decimal): -8336418 or 14601088. OLE color: 14601088.

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

Color convert

RGB128203222-
CMYK0.420.0900.13
HSL192.13º58.75%68.63%-
HSV(B)192.13º42.34%87.06%-
XYZ43.4452.5776.97-
YUV182.74150.1588.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=23.15%
G=36.71%
B=40.14%

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
Decimal1282032220.420.0900.13192.1358.7568.63
Hex80CBDE2A90Dc03b45
Octal200313336521101530073105
Binary100000001100101111011110101010100101101110000001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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