Shades of Light Sky Blue #81DBF8
Tints of Light Sky Blue #81DBF8
RGB
CMYK
RGB Variations
Color information
#81DBF8 (or 0x81DBF8) is known color: Light Sky Blue. HEX triplet: 81, DB and F8. RGB value is (129,219,248). Sum of RGB (Red+Green+Blue) = 129+219+248=596 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.64% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #81DBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DBF8 is #7E2407. Grayscale: #C3C3C3. Windows color (decimal): -8266760 or 16309121. OLE color: 16309121.
HSL color Cylindrical-coordinate representation of color #81DBF8: hue angle of 194.62º 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 #81DBF8 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 219 | 248 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.03 |
| HSL | 194.62º | 0.89% | 0.74% | - |
| HSV(B) | 194.62º | 0.48% | 0.97% | - |
| XYZ | 51.33 | 62.11 | 98.09 | - |
| YUV | 195.4 | 157.68 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 248 | 0.48 | 0.12 | 0 | 0.03 | 194.62 | 0.89 | 0.74 |
| Hex | 81 | DB | F8 | 30 | C | 0 | 3 | C3 | 59 | 4A |
| Octal | 201 | 333 | 370 | 60 | 14 | 0 | 3 | 303 | 131 | 112 |
| Binary | 10000001 | 11011011 | 11111000 | 110000 | 1100 | 0 | 11 | 11000011 | 1011001 | 1001010 |
Color Harmonies of #81DBF8
Complementary color
Monochromatic Colors of #81DBF8
Black with #81DBF8
Text Example
Text Example
White with #81DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DBF8; }
p { color: rgb(129,219,248); }
H1.HeaderClassName
{
color: #81DBF8;
}
.AnyTagClassName
{
color: #81DBF8;
}
</style>
background-color css
<style>
a { background-color: #81DBF8; }
a { background-color: rgb(129,219,248); }
div.DivClassName
{
background-color: #81DBF8;
}
.BgClassName
{
background-color: #81DBF8;
}
</style>
border-color css
<style>
span { border-color: #81DBF8; }
span { border-color: rgb(129,219,248); }
td.TdClassName
{
border-color: #81DBF8;
}
.TagClassName
{
border-color: #81DBF8;
}
</style>