Shades of Sky Blue #81C6EE
Tints of Sky Blue #81C6EE
RGB
CMYK
RGB Variations
Color information
#81C6EE (or 0x81C6EE) is known color: Sky Blue. HEX triplet: 81, C6 and EE. RGB value is (129,198,238). Sum of RGB (Red+Green+Blue) = 129+198+238=565 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.83% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #81C6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C6EE is #7E3911. Grayscale: #B5B5B5. Windows color (decimal): -8272146 or 15648385. OLE color: 15648385.
HSL color Cylindrical-coordinate representation of color #81C6EE: hue angle of 202.02º 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 #81C6EE is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 198 | 238 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.07 |
| HSL | 202.02º | 0.76% | 0.72% | - |
| HSV(B) | 202.02º | 0.46% | 0.93% | - |
| XYZ | 44.68 | 51.23 | 88.42 | - |
| YUV | 181.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 238 | 0.46 | 0.17 | 0 | 0.07 | 202.02 | 0.76 | 0.72 |
| Hex | 81 | C6 | EE | 2E | 11 | 0 | 7 | CA | 4C | 48 |
| Octal | 201 | 306 | 356 | 56 | 21 | 0 | 7 | 312 | 114 | 110 |
| Binary | 10000001 | 11000110 | 11101110 | 101110 | 10001 | 0 | 111 | 11001010 | 1001100 | 1001000 |
Color Harmonies of #81C6EE
Complementary color
Monochromatic Colors of #81C6EE
Black with #81C6EE
Text Example
Text Example
White with #81C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C6EE; }
p { color: rgb(129,198,238); }
H1.HeaderClassName
{
color: #81C6EE;
}
.AnyTagClassName
{
color: #81C6EE;
}
</style>
background-color css
<style>
a { background-color: #81C6EE; }
a { background-color: rgb(129,198,238); }
div.DivClassName
{
background-color: #81C6EE;
}
.BgClassName
{
background-color: #81C6EE;
}
</style>
border-color css
<style>
span { border-color: #81C6EE; }
span { border-color: rgb(129,198,238); }
td.TdClassName
{
border-color: #81C6EE;
}
.TagClassName
{
border-color: #81C6EE;
}
</style>