Shades of Spray #81CAE3
Tints of Spray #81CAE3
RGB
CMYK
RGB Variations
Color information
#81CAE3 (or 0x81CAE3) is known color: Spray. HEX triplet: 81, CA and E3. RGB value is (129,202,227). Sum of RGB (Red+Green+Blue) = 129+202+227=558 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.12% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #81CAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CAE3 is #7E351C. Grayscale: #B6B6B6. Windows color (decimal): -8271133 or 14928513. OLE color: 14928513.
HSL color Cylindrical-coordinate representation of color #81CAE3: hue angle of 195.31º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81CAE3 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 202 | 227 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.11 |
| HSL | 195.31º | 0.64% | 0.7% | - |
| HSV(B) | 195.31º | 0.43% | 0.89% | - |
| XYZ | 44.04 | 52.45 | 80.48 | - |
| YUV | 183.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 227 | 0.43 | 0.11 | 0 | 0.11 | 195.31 | 0.64 | 0.7 |
| Hex | 81 | CA | E3 | 2B | B | 0 | B | C3 | 40 | 46 |
| Octal | 201 | 312 | 343 | 53 | 13 | 0 | 13 | 303 | 100 | 106 |
| Binary | 10000001 | 11001010 | 11100011 | 101011 | 1011 | 0 | 1011 | 11000011 | 1000000 | 1000110 |
Color Harmonies of #81CAE3
Complementary color
Monochromatic Colors of #81CAE3
Black with #81CAE3
Text Example
Text Example
White with #81CAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CAE3; }
p { color: rgb(129,202,227); }
H1.HeaderClassName
{
color: #81CAE3;
}
.AnyTagClassName
{
color: #81CAE3;
}
</style>
background-color css
<style>
a { background-color: #81CAE3; }
a { background-color: rgb(129,202,227); }
div.DivClassName
{
background-color: #81CAE3;
}
.BgClassName
{
background-color: #81CAE3;
}
</style>
border-color css
<style>
span { border-color: #81CAE3; }
span { border-color: rgb(129,202,227); }
td.TdClassName
{
border-color: #81CAE3;
}
.TagClassName
{
border-color: #81CAE3;
}
</style>