Shades of Sky Blue #81CAE4
Tints of Sky Blue #81CAE4
RGB
CMYK
RGB Variations
Color information
#81CAE4 (or 0x81CAE4) is known color: Sky Blue. HEX triplet: 81, CA and E4. RGB value is (129,202,228). Sum of RGB (Red+Green+Blue) = 129+202+228=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #81CAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CAE4 is #7E351B. Grayscale: #B6B6B6. Windows color (decimal): -8271132 or 14994049. OLE color: 14994049.
HSL color Cylindrical-coordinate representation of color #81CAE4: hue angle of 195.76º degrees, saturation: 0.65, 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 #81CAE4 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 202 | 228 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.11 |
| HSL | 195.76º | 0.65% | 0.7% | - |
| HSV(B) | 195.76º | 0.43% | 0.89% | - |
| XYZ | 44.18 | 52.51 | 81.21 | - |
| YUV | 183.14 | 153.32 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 228 | 0.43 | 0.11 | 0 | 0.11 | 195.76 | 0.65 | 0.7 |
| Hex | 81 | CA | E4 | 2B | B | 0 | B | C4 | 41 | 46 |
| Octal | 201 | 312 | 344 | 53 | 13 | 0 | 13 | 304 | 101 | 106 |
| Binary | 10000001 | 11001010 | 11100100 | 101011 | 1011 | 0 | 1011 | 11000100 | 1000001 | 1000110 |
Color Harmonies of #81CAE4
Complementary color
Monochromatic Colors of #81CAE4
Black with #81CAE4
Text Example
Text Example
White with #81CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CAE4; }
p { color: rgb(129,202,228); }
H1.HeaderClassName
{
color: #81CAE4;
}
.AnyTagClassName
{
color: #81CAE4;
}
</style>
background-color css
<style>
a { background-color: #81CAE4; }
a { background-color: rgb(129,202,228); }
div.DivClassName
{
background-color: #81CAE4;
}
.BgClassName
{
background-color: #81CAE4;
}
</style>
border-color css
<style>
span { border-color: #81CAE4; }
span { border-color: rgb(129,202,228); }
td.TdClassName
{
border-color: #81CAE4;
}
.TagClassName
{
border-color: #81CAE4;
}
</style>