Shades of Spray #81CEDE
Tints of Spray #81CEDE
RGB
CMYK
RGB Variations
Color information
#81CEDE (or 0x81CEDE) is known color: Spray. HEX triplet: 81, CE and DE. RGB value is (129,206,222). Sum of RGB (Red+Green+Blue) = 129+206+222=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #81CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CEDE is #7E3121. Grayscale: #B8B8B8. Windows color (decimal): -8270114 or 14601857. OLE color: 14601857.
HSL color Cylindrical-coordinate representation of color #81CEDE: hue angle of 190.32º degrees, saturation: 0.58, 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 #81CEDE is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 206 | 222 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.13 |
| HSL | 190.32º | 0.58% | 0.69% | - |
| HSV(B) | 190.32º | 0.42% | 0.87% | - |
| XYZ | 44.31 | 54.08 | 77.21 | - |
| YUV | 184.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 222 | 0.42 | 0.07 | 0 | 0.13 | 190.32 | 0.58 | 0.69 |
| Hex | 81 | CE | DE | 2A | 7 | 0 | D | BE | 3A | 45 |
| Octal | 201 | 316 | 336 | 52 | 7 | 0 | 15 | 276 | 72 | 105 |
| Binary | 10000001 | 11001110 | 11011110 | 101010 | 111 | 0 | 1101 | 10111110 | 111010 | 1000101 |
Color Harmonies of #81CEDE
Complementary color
Monochromatic Colors of #81CEDE
Black with #81CEDE
Text Example
Text Example
White with #81CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CEDE; }
p { color: rgb(129,206,222); }
H1.HeaderClassName
{
color: #81CEDE;
}
.AnyTagClassName
{
color: #81CEDE;
}
</style>
background-color css
<style>
a { background-color: #81CEDE; }
a { background-color: rgb(129,206,222); }
div.DivClassName
{
background-color: #81CEDE;
}
.BgClassName
{
background-color: #81CEDE;
}
</style>
border-color css
<style>
span { border-color: #81CEDE; }
span { border-color: rgb(129,206,222); }
td.TdClassName
{
border-color: #81CEDE;
}
.TagClassName
{
border-color: #81CEDE;
}
</style>