Shades of Light Sky Blue #8DB9FE
Tints of Light Sky Blue #8DB9FE
RGB
CMYK
RGB Variations
Color information
#8DB9FE (or 0x8DB9FE) is known color: Light Sky Blue. HEX triplet: 8D, B9 and FE. RGB value is (141,185,254). Sum of RGB (Red+Green+Blue) = 141+185+254=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DB9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB9FE is #724601. Grayscale: #B3B3B3. Windows color (decimal): -7489026 or 16693645. OLE color: 16693645.
HSL color Cylindrical-coordinate representation of color #8DB9FE: hue angle of 216.64º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB9FE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 185 | 254 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.00 |
| HSL | 216.64º | 0.98% | 0.77% | - |
| HSV(B) | 216.64º | 0.44% | 1% | - |
| XYZ | 46.22 | 47.52 | 100.5 | - |
| YUV | 179.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 254 | 0.44 | 0.27 | 0 | 0.00 | 216.64 | 0.98 | 0.77 |
| Hex | 8D | B9 | FE | 2C | 1B | 0 | 0 | D9 | 62 | 4D |
| Octal | 215 | 271 | 376 | 54 | 33 | 0 | 0 | 331 | 142 | 115 |
| Binary | 10001101 | 10111001 | 11111110 | 101100 | 11011 | 0 | 0 | 11011001 | 1100010 | 1001101 |
Color Harmonies of #8DB9FE
Complementary color
Monochromatic Colors of #8DB9FE
Black with #8DB9FE
Text Example
Text Example
White with #8DB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9FE; }
p { color: rgb(141,185,254); }
H1.HeaderClassName
{
color: #8DB9FE;
}
.AnyTagClassName
{
color: #8DB9FE;
}
</style>
background-color css
<style>
a { background-color: #8DB9FE; }
a { background-color: rgb(141,185,254); }
div.DivClassName
{
background-color: #8DB9FE;
}
.BgClassName
{
background-color: #8DB9FE;
}
</style>
border-color css
<style>
span { border-color: #8DB9FE; }
span { border-color: rgb(141,185,254); }
td.TdClassName
{
border-color: #8DB9FE;
}
.TagClassName
{
border-color: #8DB9FE;
}
</style>