#80CBDB

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

Shades of Spray #80CBDB

Tints of Spray #80CBDB

Color information

#80CBDB (or 0x80CBDB) is unknown color: approx Spray. HEX triplet: 80, CB and DB. RGB value is (128,203,219). Sum of RGB (Red+Green+Blue) = 128+203+219=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #80CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBDB is #7F3424. Grayscale: #B6B6B6. Windows color (decimal): -8336421 or 14404480. OLE color: 14404480.

HSL color Cylindrical-coordinate representation of color #80CBDB: hue angle of 190.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CBDB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128203219-
CMYK0.420.0700.14
HSL190.55º55.83%68.04%-
HSV(B)190.55º41.55%85.88%-
XYZ43.0452.4274.87-
YUV182.4148.6589.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.27%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=23.27%
G=36.91%
B=39.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282032190.420.0700.14190.5555.8368.04
Hex80CBDB2A70Ebf3844
Octal20031333352701627770104
Binary10000000110010111101101110101011101110101111111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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