Shades of Light Sky Blue #8DB8FD
Tints of Light Sky Blue #8DB8FD
RGB
CMYK
RGB Variations
Color information
#8DB8FD (or 0x8DB8FD) is known color: Light Sky Blue. HEX triplet: 8D, B8 and FD. RGB value is (141,184,253). Sum of RGB (Red+Green+Blue) = 141+184+253=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DB8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB8FD is #724702. Grayscale: #B2B2B2. Windows color (decimal): -7489283 or 16627853. OLE color: 16627853.
HSL color Cylindrical-coordinate representation of color #8DB8FD: hue angle of 216.96º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB8FD is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 184 | 253 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.01 |
| HSL | 216.96º | 0.97% | 0.77% | - |
| HSV(B) | 216.96º | 0.44% | 0.99% | - |
| XYZ | 45.85 | 47.04 | 99.59 | - |
| YUV | 179.01 | 169.75 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 253 | 0.44 | 0.27 | 0 | 0.01 | 216.96 | 0.97 | 0.77 |
| Hex | 8D | B8 | FD | 2C | 1B | 0 | 1 | D9 | 61 | 4D |
| Octal | 215 | 270 | 375 | 54 | 33 | 0 | 1 | 331 | 141 | 115 |
| Binary | 10001101 | 10111000 | 11111101 | 101100 | 11011 | 0 | 1 | 11011001 | 1100001 | 1001101 |
Color Harmonies of #8DB8FD
Complementary color
Monochromatic Colors of #8DB8FD
Black with #8DB8FD
Text Example
Text Example
White with #8DB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8FD; }
p { color: rgb(141,184,253); }
H1.HeaderClassName
{
color: #8DB8FD;
}
.AnyTagClassName
{
color: #8DB8FD;
}
</style>
background-color css
<style>
a { background-color: #8DB8FD; }
a { background-color: rgb(141,184,253); }
div.DivClassName
{
background-color: #8DB8FD;
}
.BgClassName
{
background-color: #8DB8FD;
}
</style>
border-color css
<style>
span { border-color: #8DB8FD; }
span { border-color: rgb(141,184,253); }
td.TdClassName
{
border-color: #8DB8FD;
}
.TagClassName
{
border-color: #8DB8FD;
}
</style>