Shades of Sky Blue #81CFEF
Tints of Sky Blue #81CFEF
RGB
CMYK
RGB Variations
Color information
#81CFEF (or 0x81CFEF) is known color: Sky Blue. HEX triplet: 81, CF and EF. RGB value is (129,207,239). Sum of RGB (Red+Green+Blue) = 129+207+239=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #81CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFEF is #7E3010. Grayscale: #BBBBBB. Windows color (decimal): -8269841 or 15716225. OLE color: 15716225.
HSL color Cylindrical-coordinate representation of color #81CFEF: hue angle of 197.45º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CFEF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 207 | 239 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.06 |
| HSL | 197.45º | 0.77% | 0.72% | - |
| HSV(B) | 197.45º | 0.46% | 0.94% | - |
| XYZ | 46.95 | 55.52 | 89.9 | - |
| YUV | 187.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 239 | 0.46 | 0.13 | 0 | 0.06 | 197.45 | 0.77 | 0.72 |
| Hex | 81 | CF | EF | 2E | D | 0 | 6 | C5 | 4D | 48 |
| Octal | 201 | 317 | 357 | 56 | 15 | 0 | 6 | 305 | 115 | 110 |
| Binary | 10000001 | 11001111 | 11101111 | 101110 | 1101 | 0 | 110 | 11000101 | 1001101 | 1001000 |
Color Harmonies of #81CFEF
Complementary color
Monochromatic Colors of #81CFEF
Black with #81CFEF
Text Example
Text Example
White with #81CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CFEF; }
p { color: rgb(129,207,239); }
H1.HeaderClassName
{
color: #81CFEF;
}
.AnyTagClassName
{
color: #81CFEF;
}
</style>
background-color css
<style>
a { background-color: #81CFEF; }
a { background-color: rgb(129,207,239); }
div.DivClassName
{
background-color: #81CFEF;
}
.BgClassName
{
background-color: #81CFEF;
}
</style>
border-color css
<style>
span { border-color: #81CFEF; }
span { border-color: rgb(129,207,239); }
td.TdClassName
{
border-color: #81CFEF;
}
.TagClassName
{
border-color: #81CFEF;
}
</style>