Shades of Light Sky Blue #8DB9F9
Tints of Light Sky Blue #8DB9F9
RGB
CMYK
RGB Variations
Color information
#8DB9F9 (or 0x8DB9F9) is known color: Light Sky Blue. HEX triplet: 8D, B9 and F9. RGB value is (141,185,249). Sum of RGB (Red+Green+Blue) = 141+185+249=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DB9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB9F9 is #724606. Grayscale: #B2B2B2. Windows color (decimal): -7489031 or 16365965. OLE color: 16365965.
HSL color Cylindrical-coordinate representation of color #8DB9F9: hue angle of 215.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB9F9 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 185 | 249 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.02 |
| HSL | 215.56º | 0.9% | 0.76% | - |
| HSV(B) | 215.56º | 0.43% | 0.98% | - |
| XYZ | 45.43 | 47.2 | 96.34 | - |
| YUV | 179.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 249 | 0.43 | 0.26 | 0 | 0.02 | 215.56 | 0.9 | 0.76 |
| Hex | 8D | B9 | F9 | 2B | 1A | 0 | 2 | D8 | 5A | 4C |
| Octal | 215 | 271 | 371 | 53 | 32 | 0 | 2 | 330 | 132 | 114 |
| Binary | 10001101 | 10111001 | 11111001 | 101011 | 11010 | 0 | 10 | 11011000 | 1011010 | 1001100 |
Color Harmonies of #8DB9F9
Complementary color
Monochromatic Colors of #8DB9F9
Black with #8DB9F9
Text Example
Text Example
White with #8DB9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9F9; }
p { color: rgb(141,185,249); }
H1.HeaderClassName
{
color: #8DB9F9;
}
.AnyTagClassName
{
color: #8DB9F9;
}
</style>
background-color css
<style>
a { background-color: #8DB9F9; }
a { background-color: rgb(141,185,249); }
div.DivClassName
{
background-color: #8DB9F9;
}
.BgClassName
{
background-color: #8DB9F9;
}
</style>
border-color css
<style>
span { border-color: #8DB9F9; }
span { border-color: rgb(141,185,249); }
td.TdClassName
{
border-color: #8DB9F9;
}
.TagClassName
{
border-color: #8DB9F9;
}
</style>