Shades of Sky Blue #81C5EE
Tints of Sky Blue #81C5EE
RGB
CMYK
RGB Variations
Color information
#81C5EE (or 0x81C5EE) is known color: Sky Blue. HEX triplet: 81, C5 and EE. RGB value is (129,197,238). Sum of RGB (Red+Green+Blue) = 129+197+238=564 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.87% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #81C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C5EE is #7E3A11. Grayscale: #B5B5B5. Windows color (decimal): -8272402 or 15648129. OLE color: 15648129.
HSL color Cylindrical-coordinate representation of color #81C5EE: hue angle of 202.57º 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 #81C5EE is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 197 | 238 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.07 |
| HSL | 202.57º | 0.76% | 0.72% | - |
| HSV(B) | 202.57º | 0.46% | 0.93% | - |
| XYZ | 44.45 | 50.77 | 88.35 | - |
| YUV | 181.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 238 | 0.46 | 0.17 | 0 | 0.07 | 202.57 | 0.76 | 0.72 |
| Hex | 81 | C5 | EE | 2E | 11 | 0 | 7 | CB | 4C | 48 |
| Octal | 201 | 305 | 356 | 56 | 21 | 0 | 7 | 313 | 114 | 110 |
| Binary | 10000001 | 11000101 | 11101110 | 101110 | 10001 | 0 | 111 | 11001011 | 1001100 | 1001000 |
Color Harmonies of #81C5EE
Complementary color
Monochromatic Colors of #81C5EE
Black with #81C5EE
Text Example
Text Example
White with #81C5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C5EE; }
p { color: rgb(129,197,238); }
H1.HeaderClassName
{
color: #81C5EE;
}
.AnyTagClassName
{
color: #81C5EE;
}
</style>
background-color css
<style>
a { background-color: #81C5EE; }
a { background-color: rgb(129,197,238); }
div.DivClassName
{
background-color: #81C5EE;
}
.BgClassName
{
background-color: #81C5EE;
}
</style>
border-color css
<style>
span { border-color: #81C5EE; }
span { border-color: rgb(129,197,238); }
td.TdClassName
{
border-color: #81C5EE;
}
.TagClassName
{
border-color: #81C5EE;
}
</style>