Shades of Light Sky Blue #81C5F8
Tints of Light Sky Blue #81C5F8
RGB
CMYK
RGB Variations
Color information
#81C5F8 (or 0x81C5F8) is known color: Light Sky Blue. HEX triplet: 81, C5 and F8. RGB value is (129,197,248). Sum of RGB (Red+Green+Blue) = 129+197+248=574 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.47% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #81C5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C5F8 is #7E3A07. Grayscale: #B6B6B6. Windows color (decimal): -8272392 or 16303489. OLE color: 16303489.
HSL color Cylindrical-coordinate representation of color #81C5F8: hue angle of 205.71º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81C5F8 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 197 | 248 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.03 |
| HSL | 205.71º | 0.89% | 0.74% | - |
| HSV(B) | 205.71º | 0.48% | 0.97% | - |
| XYZ | 45.96 | 51.38 | 96.3 | - |
| YUV | 182.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 248 | 0.48 | 0.21 | 0 | 0.03 | 205.71 | 0.89 | 0.74 |
| Hex | 81 | C5 | F8 | 30 | 15 | 0 | 3 | CE | 59 | 4A |
| Octal | 201 | 305 | 370 | 60 | 25 | 0 | 3 | 316 | 131 | 112 |
| Binary | 10000001 | 11000101 | 11111000 | 110000 | 10101 | 0 | 11 | 11001110 | 1011001 | 1001010 |
Color Harmonies of #81C5F8
Complementary color
Monochromatic Colors of #81C5F8
Black with #81C5F8
Text Example
Text Example
White with #81C5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C5F8; }
p { color: rgb(129,197,248); }
H1.HeaderClassName
{
color: #81C5F8;
}
.AnyTagClassName
{
color: #81C5F8;
}
</style>
background-color css
<style>
a { background-color: #81C5F8; }
a { background-color: rgb(129,197,248); }
div.DivClassName
{
background-color: #81C5F8;
}
.BgClassName
{
background-color: #81C5F8;
}
</style>
border-color css
<style>
span { border-color: #81C5F8; }
span { border-color: rgb(129,197,248); }
td.TdClassName
{
border-color: #81C5F8;
}
.TagClassName
{
border-color: #81C5F8;
}
</style>