Shades of Light Sky Blue #81D4F8
Tints of Light Sky Blue #81D4F8
RGB
CMYK
RGB Variations
Color information
#81D4F8 (or 0x81D4F8) is known color: Light Sky Blue. HEX triplet: 81, D4 and F8. RGB value is (129,212,248). Sum of RGB (Red+Green+Blue) = 129+212+248=589 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.90% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #81D4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D4F8 is #7E2B07. Grayscale: #BFBFBF. Windows color (decimal): -8268552 or 16307329. OLE color: 16307329.
HSL color Cylindrical-coordinate representation of color #81D4F8: hue angle of 198.15º 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 #81D4F8 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 212 | 248 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.03 |
| HSL | 198.15º | 0.89% | 0.74% | - |
| HSV(B) | 198.15º | 0.48% | 0.97% | - |
| XYZ | 49.54 | 58.53 | 97.49 | - |
| YUV | 191.29 | 160 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 212 | 248 | 0.48 | 0.15 | 0 | 0.03 | 198.15 | 0.89 | 0.74 |
| Hex | 81 | D4 | F8 | 30 | F | 0 | 3 | C6 | 59 | 4A |
| Octal | 201 | 324 | 370 | 60 | 17 | 0 | 3 | 306 | 131 | 112 |
| Binary | 10000001 | 11010100 | 11111000 | 110000 | 1111 | 0 | 11 | 11000110 | 1011001 | 1001010 |
Color Harmonies of #81D4F8
Complementary color
Monochromatic Colors of #81D4F8
Black with #81D4F8
Text Example
Text Example
White with #81D4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D4F8; }
p { color: rgb(129,212,248); }
H1.HeaderClassName
{
color: #81D4F8;
}
.AnyTagClassName
{
color: #81D4F8;
}
</style>
background-color css
<style>
a { background-color: #81D4F8; }
a { background-color: rgb(129,212,248); }
div.DivClassName
{
background-color: #81D4F8;
}
.BgClassName
{
background-color: #81D4F8;
}
</style>
border-color css
<style>
span { border-color: #81D4F8; }
span { border-color: rgb(129,212,248); }
td.TdClassName
{
border-color: #81D4F8;
}
.TagClassName
{
border-color: #81D4F8;
}
</style>