Shades of Sky Blue #81CAEA
Tints of Sky Blue #81CAEA
RGB
CMYK
RGB Variations
Color information
#81CAEA (or 0x81CAEA) is known color: Sky Blue. HEX triplet: 81, CA and EA. RGB value is (129,202,234). Sum of RGB (Red+Green+Blue) = 129+202+234=565 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.83% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #81CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CAEA is #7E3515. Grayscale: #B7B7B7. Windows color (decimal): -8271126 or 15387265. OLE color: 15387265.
HSL color Cylindrical-coordinate representation of color #81CAEA: hue angle of 198.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81CAEA is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 202 | 234 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.08 |
| HSL | 198.29º | 0.71% | 0.71% | - |
| HSV(B) | 198.29º | 0.45% | 0.92% | - |
| XYZ | 45.03 | 52.85 | 85.67 | - |
| YUV | 183.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 234 | 0.45 | 0.14 | 0 | 0.08 | 198.29 | 0.71 | 0.71 |
| Hex | 81 | CA | EA | 2D | E | 0 | 8 | C6 | 47 | 47 |
| Octal | 201 | 312 | 352 | 55 | 16 | 0 | 10 | 306 | 107 | 107 |
| Binary | 10000001 | 11001010 | 11101010 | 101101 | 1110 | 0 | 1000 | 11000110 | 1000111 | 1000111 |
Color Harmonies of #81CAEA
Complementary color
Monochromatic Colors of #81CAEA
Black with #81CAEA
Text Example
Text Example
White with #81CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CAEA; }
p { color: rgb(129,202,234); }
H1.HeaderClassName
{
color: #81CAEA;
}
.AnyTagClassName
{
color: #81CAEA;
}
</style>
background-color css
<style>
a { background-color: #81CAEA; }
a { background-color: rgb(129,202,234); }
div.DivClassName
{
background-color: #81CAEA;
}
.BgClassName
{
background-color: #81CAEA;
}
</style>
border-color css
<style>
span { border-color: #81CAEA; }
span { border-color: rgb(129,202,234); }
td.TdClassName
{
border-color: #81CAEA;
}
.TagClassName
{
border-color: #81CAEA;
}
</style>