Shades of Sky Blue #81CAEE
Tints of Sky Blue #81CAEE
RGB
CMYK
RGB Variations
Color information
#81CAEE (or 0x81CAEE) is known color: Sky Blue. HEX triplet: 81, CA and EE. RGB value is (129,202,238). Sum of RGB (Red+Green+Blue) = 129+202+238=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #81CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CAEE is #7E3511. Grayscale: #B8B8B8. Windows color (decimal): -8271122 or 15649409. OLE color: 15649409.
HSL color Cylindrical-coordinate representation of color #81CAEE: hue angle of 199.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CAEE is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 202 | 238 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.07 |
| HSL | 199.82º | 0.76% | 0.72% | - |
| HSV(B) | 199.82º | 0.46% | 0.93% | - |
| XYZ | 45.61 | 53.08 | 88.73 | - |
| YUV | 184.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 238 | 0.46 | 0.15 | 0 | 0.07 | 199.82 | 0.76 | 0.72 |
| Hex | 81 | CA | EE | 2E | F | 0 | 7 | C8 | 4C | 48 |
| Octal | 201 | 312 | 356 | 56 | 17 | 0 | 7 | 310 | 114 | 110 |
| Binary | 10000001 | 11001010 | 11101110 | 101110 | 1111 | 0 | 111 | 11001000 | 1001100 | 1001000 |
Color Harmonies of #81CAEE
Complementary color
Monochromatic Colors of #81CAEE
Black with #81CAEE
Text Example
Text Example
White with #81CAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CAEE; }
p { color: rgb(129,202,238); }
H1.HeaderClassName
{
color: #81CAEE;
}
.AnyTagClassName
{
color: #81CAEE;
}
</style>
background-color css
<style>
a { background-color: #81CAEE; }
a { background-color: rgb(129,202,238); }
div.DivClassName
{
background-color: #81CAEE;
}
.BgClassName
{
background-color: #81CAEE;
}
</style>
border-color css
<style>
span { border-color: #81CAEE; }
span { border-color: rgb(129,202,238); }
td.TdClassName
{
border-color: #81CAEE;
}
.TagClassName
{
border-color: #81CAEE;
}
</style>