Shades of Sky Blue #81CEF2
Tints of Sky Blue #81CEF2
RGB
CMYK
RGB Variations
Color information
#81CEF2 (or 0x81CEF2) is known color: Sky Blue. HEX triplet: 81, CE and F2. RGB value is (129,206,242). Sum of RGB (Red+Green+Blue) = 129+206+242=577 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.36% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #81CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CEF2 is #7E310D. Grayscale: #BABABA. Windows color (decimal): -8270094 or 15912577. OLE color: 15912577.
HSL color Cylindrical-coordinate representation of color #81CEF2: hue angle of 199.12º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81CEF2 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 206 | 242 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.05 |
| HSL | 199.12º | 0.81% | 0.73% | - |
| HSV(B) | 199.12º | 0.47% | 0.95% | - |
| XYZ | 47.15 | 55.22 | 92.18 | - |
| YUV | 187.08 | 158.99 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 242 | 0.47 | 0.15 | 0 | 0.05 | 199.12 | 0.81 | 0.73 |
| Hex | 81 | CE | F2 | 2F | F | 0 | 5 | C7 | 51 | 49 |
| Octal | 201 | 316 | 362 | 57 | 17 | 0 | 5 | 307 | 121 | 111 |
| Binary | 10000001 | 11001110 | 11110010 | 101111 | 1111 | 0 | 101 | 11000111 | 1010001 | 1001001 |
Color Harmonies of #81CEF2
Complementary color
Monochromatic Colors of #81CEF2
Black with #81CEF2
Text Example
Text Example
White with #81CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CEF2; }
p { color: rgb(129,206,242); }
H1.HeaderClassName
{
color: #81CEF2;
}
.AnyTagClassName
{
color: #81CEF2;
}
</style>
background-color css
<style>
a { background-color: #81CEF2; }
a { background-color: rgb(129,206,242); }
div.DivClassName
{
background-color: #81CEF2;
}
.BgClassName
{
background-color: #81CEF2;
}
</style>
border-color css
<style>
span { border-color: #81CEF2; }
span { border-color: rgb(129,206,242); }
td.TdClassName
{
border-color: #81CEF2;
}
.TagClassName
{
border-color: #81CEF2;
}
</style>