Shades of Spray #81CBDB
Tints of Spray #81CBDB
RGB
CMYK
RGB Variations
Color information
#81CBDB (or 0x81CBDB) is known color: Spray. HEX triplet: 81, CB and DB. RGB value is (129,203,219). Sum of RGB (Red+Green+Blue) = 129+203+219=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #81CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CBDB is #7E3424. Grayscale: #B6B6B6. Windows color (decimal): -8270885 or 14404481. OLE color: 14404481.
HSL color Cylindrical-coordinate representation of color #81CBDB: hue angle of 190.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81CBDB is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 203 | 219 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.14 |
| HSL | 190.67º | 0.56% | 0.68% | - |
| HSV(B) | 190.67º | 0.41% | 0.86% | - |
| XYZ | 43.2 | 52.49 | 74.87 | - |
| YUV | 182.7 | 148.48 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 219 | 0.41 | 0.07 | 0 | 0.14 | 190.67 | 0.56 | 0.68 |
| Hex | 81 | CB | DB | 29 | 7 | 0 | E | BF | 38 | 44 |
| Octal | 201 | 313 | 333 | 51 | 7 | 0 | 16 | 277 | 70 | 104 |
| Binary | 10000001 | 11001011 | 11011011 | 101001 | 111 | 0 | 1110 | 10111111 | 111000 | 1000100 |
Color Harmonies of #81CBDB
Complementary color
Monochromatic Colors of #81CBDB
Black with #81CBDB
Text Example
Text Example
White with #81CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CBDB; }
p { color: rgb(129,203,219); }
H1.HeaderClassName
{
color: #81CBDB;
}
.AnyTagClassName
{
color: #81CBDB;
}
</style>
background-color css
<style>
a { background-color: #81CBDB; }
a { background-color: rgb(129,203,219); }
div.DivClassName
{
background-color: #81CBDB;
}
.BgClassName
{
background-color: #81CBDB;
}
</style>
border-color css
<style>
span { border-color: #81CBDB; }
span { border-color: rgb(129,203,219); }
td.TdClassName
{
border-color: #81CBDB;
}
.TagClassName
{
border-color: #81CBDB;
}
</style>