Shades of Light Sky Blue #8DB9FF
Tints of Light Sky Blue #8DB9FF
RGB
CMYK
RGB Variations
Color information
#8DB9FF (or 0x8DB9FF) is known color: Light Sky Blue. HEX triplet: 8D, B9 and FF. RGB value is (141,185,255). Sum of RGB (Red+Green+Blue) = 141+185+255=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB9FF is #724600. Grayscale: #B3B3B3. Windows color (decimal): -7489025 or 16759181. OLE color: 16759181.
HSL color Cylindrical-coordinate representation of color #8DB9FF: hue angle of 216.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB9FF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 185 | 255 | - |
| CMYK | 0.45 | 0.27 | 0 | 0 |
| HSL | 216.84º | 1% | 0.78% | - |
| HSV(B) | 216.84º | 0.45% | 1% | - |
| XYZ | 46.38 | 47.58 | 101.35 | - |
| YUV | 179.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 255 | 0.45 | 0.27 | 0 | 0 | 216.84 | 1 | 0.78 |
| Hex | 8D | B9 | FF | 2D | 1B | 0 | 0 | D9 | 64 | 4E |
| Octal | 215 | 271 | 377 | 55 | 33 | 0 | 0 | 331 | 144 | 116 |
| Binary | 10001101 | 10111001 | 11111111 | 101101 | 11011 | 0 | 0 | 11011001 | 1100100 | 1001110 |
Color Harmonies of #8DB9FF
Complementary color
Monochromatic Colors of #8DB9FF
Black with #8DB9FF
Text Example
Text Example
White with #8DB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9FF; }
p { color: rgb(141,185,255); }
H1.HeaderClassName
{
color: #8DB9FF;
}
.AnyTagClassName
{
color: #8DB9FF;
}
</style>
background-color css
<style>
a { background-color: #8DB9FF; }
a { background-color: rgb(141,185,255); }
div.DivClassName
{
background-color: #8DB9FF;
}
.BgClassName
{
background-color: #8DB9FF;
}
</style>
border-color css
<style>
span { border-color: #8DB9FF; }
span { border-color: rgb(141,185,255); }
td.TdClassName
{
border-color: #8DB9FF;
}
.TagClassName
{
border-color: #8DB9FF;
}
</style>