Shades of Spray #80CBDA
Tints of Spray #80CBDA
RGB
CMYK
RGB Variations
Color information
#80CBDA (or 0x80CBDA) is known color: Spray. HEX triplet: 80, CB and DA. RGB value is (128,203,218). Sum of RGB (Red+Green+Blue) = 128+203+218=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #80CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBDA is #7F3425. Grayscale: #B6B6B6. Windows color (decimal): -8336422 or 14338944. OLE color: 14338944.
HSL color Cylindrical-coordinate representation of color #80CBDA: hue angle of 190º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80CBDA is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 203 | 218 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.15 |
| HSL | 190º | 0.55% | 0.68% | - |
| HSV(B) | 190º | 0.41% | 0.85% | - |
| XYZ | 42.91 | 52.36 | 74.18 | - |
| YUV | 182.29 | 148.15 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 218 | 0.41 | 0.07 | 0 | 0.15 | 190 | 0.55 | 0.68 |
| Hex | 80 | CB | DA | 29 | 7 | 0 | F | BE | 37 | 44 |
| Octal | 200 | 313 | 332 | 51 | 7 | 0 | 17 | 276 | 67 | 104 |
| Binary | 10000000 | 11001011 | 11011010 | 101001 | 111 | 0 | 1111 | 10111110 | 110111 | 1000100 |
Color Harmonies of #80CBDA
Complementary color
Monochromatic Colors of #80CBDA
Black with #80CBDA
Text Example
Text Example
White with #80CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBDA; }
p { color: rgb(128,203,218); }
H1.HeaderClassName
{
color: #80CBDA;
}
.AnyTagClassName
{
color: #80CBDA;
}
</style>
background-color css
<style>
a { background-color: #80CBDA; }
a { background-color: rgb(128,203,218); }
div.DivClassName
{
background-color: #80CBDA;
}
.BgClassName
{
background-color: #80CBDA;
}
</style>
border-color css
<style>
span { border-color: #80CBDA; }
span { border-color: rgb(128,203,218); }
td.TdClassName
{
border-color: #80CBDA;
}
.TagClassName
{
border-color: #80CBDA;
}
</style>