Shades of Spray #81CBDA
Tints of Spray #81CBDA
RGB
CMYK
RGB Variations
Color information
#81CBDA (or 0x81CBDA) is known color: Spray. HEX triplet: 81, CB and DA. RGB value is (129,203,218). Sum of RGB (Red+Green+Blue) = 129+203+218=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #81CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CBDA is #7E3425. Grayscale: #B6B6B6. Windows color (decimal): -8270886 or 14338945. OLE color: 14338945.
HSL color Cylindrical-coordinate representation of color #81CBDA: hue angle of 190.11º 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 #81CBDA is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 203 | 218 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.15 |
| HSL | 190.11º | 0.55% | 0.68% | - |
| HSV(B) | 190.11º | 0.41% | 0.85% | - |
| XYZ | 43.06 | 52.44 | 74.18 | - |
| YUV | 182.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 218 | 0.41 | 0.07 | 0 | 0.15 | 190.11 | 0.55 | 0.68 |
| Hex | 81 | CB | DA | 29 | 7 | 0 | F | BE | 37 | 44 |
| Octal | 201 | 313 | 332 | 51 | 7 | 0 | 17 | 276 | 67 | 104 |
| Binary | 10000001 | 11001011 | 11011010 | 101001 | 111 | 0 | 1111 | 10111110 | 110111 | 1000100 |
Color Harmonies of #81CBDA
Complementary color
Monochromatic Colors of #81CBDA
Black with #81CBDA
Text Example
Text Example
White with #81CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CBDA; }
p { color: rgb(129,203,218); }
H1.HeaderClassName
{
color: #81CBDA;
}
.AnyTagClassName
{
color: #81CBDA;
}
</style>
background-color css
<style>
a { background-color: #81CBDA; }
a { background-color: rgb(129,203,218); }
div.DivClassName
{
background-color: #81CBDA;
}
.BgClassName
{
background-color: #81CBDA;
}
</style>
border-color css
<style>
span { border-color: #81CBDA; }
span { border-color: rgb(129,203,218); }
td.TdClassName
{
border-color: #81CBDA;
}
.TagClassName
{
border-color: #81CBDA;
}
</style>