Shades of Light Sky Blue #8DB9FA
Tints of Light Sky Blue #8DB9FA
RGB
CMYK
RGB Variations
Color information
#8DB9FA (or 0x8DB9FA) is known color: Light Sky Blue. HEX triplet: 8D, B9 and FA. RGB value is (141,185,250). Sum of RGB (Red+Green+Blue) = 141+185+250=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB9FA is #724605. Grayscale: #B2B2B2. Windows color (decimal): -7489030 or 16431501. OLE color: 16431501.
HSL color Cylindrical-coordinate representation of color #8DB9FA: hue angle of 215.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB9FA is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 185 | 250 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.02 |
| HSL | 215.78º | 0.92% | 0.77% | - |
| HSV(B) | 215.78º | 0.44% | 0.98% | - |
| XYZ | 45.59 | 47.26 | 97.16 | - |
| YUV | 179.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 250 | 0.44 | 0.26 | 0 | 0.02 | 215.78 | 0.92 | 0.77 |
| Hex | 8D | B9 | FA | 2C | 1A | 0 | 2 | D8 | 5C | 4D |
| Octal | 215 | 271 | 372 | 54 | 32 | 0 | 2 | 330 | 134 | 115 |
| Binary | 10001101 | 10111001 | 11111010 | 101100 | 11010 | 0 | 10 | 11011000 | 1011100 | 1001101 |
Color Harmonies of #8DB9FA
Complementary color
Monochromatic Colors of #8DB9FA
Black with #8DB9FA
Text Example
Text Example
White with #8DB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9FA; }
p { color: rgb(141,185,250); }
H1.HeaderClassName
{
color: #8DB9FA;
}
.AnyTagClassName
{
color: #8DB9FA;
}
</style>
background-color css
<style>
a { background-color: #8DB9FA; }
a { background-color: rgb(141,185,250); }
div.DivClassName
{
background-color: #8DB9FA;
}
.BgClassName
{
background-color: #8DB9FA;
}
</style>
border-color css
<style>
span { border-color: #8DB9FA; }
span { border-color: rgb(141,185,250); }
td.TdClassName
{
border-color: #8DB9FA;
}
.TagClassName
{
border-color: #8DB9FA;
}
</style>