Shades of Sky Blue #81CEF0
Tints of Sky Blue #81CEF0
RGB
CMYK
RGB Variations
Color information
#81CEF0 (or 0x81CEF0) is known color: Sky Blue. HEX triplet: 81, CE and F0. RGB value is (129,206,240). Sum of RGB (Red+Green+Blue) = 129+206+240=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #81CEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CEF0 is #7E310F. Grayscale: #BABABA. Windows color (decimal): -8270096 or 15781505. OLE color: 15781505.
HSL color Cylindrical-coordinate representation of color #81CEF0: hue angle of 198.38º degrees, saturation: 0.79, 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 #81CEF0 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 206 | 240 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.06 |
| HSL | 198.38º | 0.79% | 0.72% | - |
| HSV(B) | 198.38º | 0.46% | 0.94% | - |
| XYZ | 46.85 | 55.1 | 90.6 | - |
| YUV | 186.85 | 157.99 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 240 | 0.46 | 0.14 | 0 | 0.06 | 198.38 | 0.79 | 0.72 |
| Hex | 81 | CE | F0 | 2E | E | 0 | 6 | C6 | 4F | 48 |
| Octal | 201 | 316 | 360 | 56 | 16 | 0 | 6 | 306 | 117 | 110 |
| Binary | 10000001 | 11001110 | 11110000 | 101110 | 1110 | 0 | 110 | 11000110 | 1001111 | 1001000 |
Color Harmonies of #81CEF0
Complementary color
Monochromatic Colors of #81CEF0
Black with #81CEF0
Text Example
Text Example
White with #81CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CEF0; }
p { color: rgb(129,206,240); }
H1.HeaderClassName
{
color: #81CEF0;
}
.AnyTagClassName
{
color: #81CEF0;
}
</style>
background-color css
<style>
a { background-color: #81CEF0; }
a { background-color: rgb(129,206,240); }
div.DivClassName
{
background-color: #81CEF0;
}
.BgClassName
{
background-color: #81CEF0;
}
</style>
border-color css
<style>
span { border-color: #81CEF0; }
span { border-color: rgb(129,206,240); }
td.TdClassName
{
border-color: #81CEF0;
}
.TagClassName
{
border-color: #81CEF0;
}
</style>