Shades of Sky Blue #81BFE0
Tints of Sky Blue #81BFE0
RGB
CMYK
RGB Variations
Color information
#81BFE0 (or 0x81BFE0) is known color: Sky Blue. HEX triplet: 81, BF and E0. RGB value is (129,191,224). Sum of RGB (Red+Green+Blue) = 129+191+224=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #81BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BFE0 is #7E401F. Grayscale: #B0B0B0. Windows color (decimal): -8273952 or 14729089. OLE color: 14729089.
HSL color Cylindrical-coordinate representation of color #81BFE0: hue angle of 200.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BFE0 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 191 | 224 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.12 |
| HSL | 200.84º | 0.61% | 0.69% | - |
| HSV(B) | 200.84º | 0.42% | 0.88% | - |
| XYZ | 41.14 | 47.31 | 77.48 | - |
| YUV | 176.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 224 | 0.42 | 0.15 | 0 | 0.12 | 200.84 | 0.61 | 0.69 |
| Hex | 81 | BF | E0 | 2A | F | 0 | C | C9 | 3D | 45 |
| Octal | 201 | 277 | 340 | 52 | 17 | 0 | 14 | 311 | 75 | 105 |
| Binary | 10000001 | 10111111 | 11100000 | 101010 | 1111 | 0 | 1100 | 11001001 | 111101 | 1000101 |
Color Harmonies of #81BFE0
Complementary color
Monochromatic Colors of #81BFE0
Black with #81BFE0
Text Example
Text Example
White with #81BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BFE0; }
p { color: rgb(129,191,224); }
H1.HeaderClassName
{
color: #81BFE0;
}
.AnyTagClassName
{
color: #81BFE0;
}
</style>
background-color css
<style>
a { background-color: #81BFE0; }
a { background-color: rgb(129,191,224); }
div.DivClassName
{
background-color: #81BFE0;
}
.BgClassName
{
background-color: #81BFE0;
}
</style>
border-color css
<style>
span { border-color: #81BFE0; }
span { border-color: rgb(129,191,224); }
td.TdClassName
{
border-color: #81BFE0;
}
.TagClassName
{
border-color: #81BFE0;
}
</style>