Shades of Sky Blue #81E0F4
Tints of Sky Blue #81E0F4
RGB
CMYK
RGB Variations
Color information
#81E0F4 (or 0x81E0F4) is known color: Sky Blue. HEX triplet: 81, E0 and F4. RGB value is (129,224,244). Sum of RGB (Red+Green+Blue) = 129+224+244=597 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.61% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 244 (95.70% from 255 or 40.87% from 597); Max value from RGB is 244 - color contains mainly: blue. Hex color #81E0F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E0F4 is #7E1F0B. Grayscale: #C5C5C5. Windows color (decimal): -8265484 or 16048257. OLE color: 16048257.
HSL color Cylindrical-coordinate representation of color #81E0F4: hue angle of 190.43º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81E0F4 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 224 | 244 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.04 |
| HSL | 190.43º | 0.84% | 0.73% | - |
| HSV(B) | 190.43º | 0.47% | 0.96% | - |
| XYZ | 52.04 | 64.51 | 95.3 | - |
| YUV | 197.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 244 | 0.47 | 0.08 | 0 | 0.04 | 190.43 | 0.84 | 0.73 |
| Hex | 81 | E0 | F4 | 2F | 8 | 0 | 4 | BE | 54 | 49 |
| Octal | 201 | 340 | 364 | 57 | 10 | 0 | 4 | 276 | 124 | 111 |
| Binary | 10000001 | 11100000 | 11110100 | 101111 | 1000 | 0 | 100 | 10111110 | 1010100 | 1001001 |
Color Harmonies of #81E0F4
Complementary color
Monochromatic Colors of #81E0F4
Black with #81E0F4
Text Example
Text Example
White with #81E0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E0F4; }
p { color: rgb(129,224,244); }
H1.HeaderClassName
{
color: #81E0F4;
}
.AnyTagClassName
{
color: #81E0F4;
}
</style>
background-color css
<style>
a { background-color: #81E0F4; }
a { background-color: rgb(129,224,244); }
div.DivClassName
{
background-color: #81E0F4;
}
.BgClassName
{
background-color: #81E0F4;
}
</style>
border-color css
<style>
span { border-color: #81E0F4; }
span { border-color: rgb(129,224,244); }
td.TdClassName
{
border-color: #81E0F4;
}
.TagClassName
{
border-color: #81E0F4;
}
</style>