Shades of Light Sky Blue #8DB8F8
Tints of Light Sky Blue #8DB8F8
RGB
CMYK
RGB Variations
Color information
#8DB8F8 (or 0x8DB8F8) is known color: Light Sky Blue. HEX triplet: 8D, B8 and F8. RGB value is (141,184,248). Sum of RGB (Red+Green+Blue) = 141+184+248=573 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.61% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DB8F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB8F8 is #724707. Grayscale: #B2B2B2. Windows color (decimal): -7489288 or 16300173. OLE color: 16300173.
HSL color Cylindrical-coordinate representation of color #8DB8F8: hue angle of 215.89º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB8F8 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 184 | 248 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.03 |
| HSL | 215.89º | 0.88% | 0.76% | - |
| HSV(B) | 215.89º | 0.43% | 0.97% | - |
| XYZ | 45.07 | 46.72 | 95.45 | - |
| YUV | 178.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 248 | 0.43 | 0.26 | 0 | 0.03 | 215.89 | 0.88 | 0.76 |
| Hex | 8D | B8 | F8 | 2B | 1A | 0 | 3 | D8 | 58 | 4C |
| Octal | 215 | 270 | 370 | 53 | 32 | 0 | 3 | 330 | 130 | 114 |
| Binary | 10001101 | 10111000 | 11111000 | 101011 | 11010 | 0 | 11 | 11011000 | 1011000 | 1001100 |
Color Harmonies of #8DB8F8
Complementary color
Monochromatic Colors of #8DB8F8
Black with #8DB8F8
Text Example
Text Example
White with #8DB8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8F8; }
p { color: rgb(141,184,248); }
H1.HeaderClassName
{
color: #8DB8F8;
}
.AnyTagClassName
{
color: #8DB8F8;
}
</style>
background-color css
<style>
a { background-color: #8DB8F8; }
a { background-color: rgb(141,184,248); }
div.DivClassName
{
background-color: #8DB8F8;
}
.BgClassName
{
background-color: #8DB8F8;
}
</style>
border-color css
<style>
span { border-color: #8DB8F8; }
span { border-color: rgb(141,184,248); }
td.TdClassName
{
border-color: #8DB8F8;
}
.TagClassName
{
border-color: #8DB8F8;
}
</style>