Shades of Sky Blue #81CCF1
Tints of Sky Blue #81CCF1
RGB
CMYK
RGB Variations
Color information
#81CCF1 (or 0x81CCF1) is known color: Sky Blue. HEX triplet: 81, CC and F1. RGB value is (129,204,241). Sum of RGB (Red+Green+Blue) = 129+204+241=574 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.47% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #81CCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CCF1 is #7E330E. Grayscale: #B9B9B9. Windows color (decimal): -8270607 or 15846529. OLE color: 15846529.
HSL color Cylindrical-coordinate representation of color #81CCF1: hue angle of 199.82º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CCF1 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 204 | 241 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.05 |
| HSL | 199.82º | 0.8% | 0.73% | - |
| HSV(B) | 199.82º | 0.46% | 0.95% | - |
| XYZ | 46.52 | 54.2 | 91.23 | - |
| YUV | 185.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 241 | 0.46 | 0.15 | 0 | 0.05 | 199.82 | 0.8 | 0.73 |
| Hex | 81 | CC | F1 | 2E | F | 0 | 5 | C8 | 50 | 49 |
| Octal | 201 | 314 | 361 | 56 | 17 | 0 | 5 | 310 | 120 | 111 |
| Binary | 10000001 | 11001100 | 11110001 | 101110 | 1111 | 0 | 101 | 11001000 | 1010000 | 1001001 |
Color Harmonies of #81CCF1
Complementary color
Monochromatic Colors of #81CCF1
Black with #81CCF1
Text Example
Text Example
White with #81CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CCF1; }
p { color: rgb(129,204,241); }
H1.HeaderClassName
{
color: #81CCF1;
}
.AnyTagClassName
{
color: #81CCF1;
}
</style>
background-color css
<style>
a { background-color: #81CCF1; }
a { background-color: rgb(129,204,241); }
div.DivClassName
{
background-color: #81CCF1;
}
.BgClassName
{
background-color: #81CCF1;
}
</style>
border-color css
<style>
span { border-color: #81CCF1; }
span { border-color: rgb(129,204,241); }
td.TdClassName
{
border-color: #81CCF1;
}
.TagClassName
{
border-color: #81CCF1;
}
</style>