Shades of Sky Blue #81CBEF
Tints of Sky Blue #81CBEF
RGB
CMYK
RGB Variations
Color information
#81CBEF (or 0x81CBEF) is known color: Sky Blue. HEX triplet: 81, CB and EF. RGB value is (129,203,239). Sum of RGB (Red+Green+Blue) = 129+203+239=571 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.59% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #81CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CBEF is #7E3410. Grayscale: #B8B8B8. Windows color (decimal): -8270865 or 15715201. OLE color: 15715201.
HSL color Cylindrical-coordinate representation of color #81CBEF: hue angle of 199.64º 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 #81CBEF is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 203 | 239 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.06 |
| HSL | 199.64º | 0.77% | 0.72% | - |
| HSV(B) | 199.64º | 0.46% | 0.94% | - |
| XYZ | 45.99 | 53.61 | 89.59 | - |
| YUV | 184.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 239 | 0.46 | 0.15 | 0 | 0.06 | 199.64 | 0.77 | 0.72 |
| Hex | 81 | CB | EF | 2E | F | 0 | 6 | C8 | 4D | 48 |
| Octal | 201 | 313 | 357 | 56 | 17 | 0 | 6 | 310 | 115 | 110 |
| Binary | 10000001 | 11001011 | 11101111 | 101110 | 1111 | 0 | 110 | 11001000 | 1001101 | 1001000 |
Color Harmonies of #81CBEF
Complementary color
Monochromatic Colors of #81CBEF
Black with #81CBEF
Text Example
Text Example
White with #81CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CBEF; }
p { color: rgb(129,203,239); }
H1.HeaderClassName
{
color: #81CBEF;
}
.AnyTagClassName
{
color: #81CBEF;
}
</style>
background-color css
<style>
a { background-color: #81CBEF; }
a { background-color: rgb(129,203,239); }
div.DivClassName
{
background-color: #81CBEF;
}
.BgClassName
{
background-color: #81CBEF;
}
</style>
border-color css
<style>
span { border-color: #81CBEF; }
span { border-color: rgb(129,203,239); }
td.TdClassName
{
border-color: #81CBEF;
}
.TagClassName
{
border-color: #81CBEF;
}
</style>