Shades of Light Sky Blue #8DB8F5
Tints of Light Sky Blue #8DB8F5
RGB
CMYK
RGB Variations
Color information
#8DB8F5 (or 0x8DB8F5) is known color: Light Sky Blue. HEX triplet: 8D, B8 and F5. RGB value is (141,184,245). Sum of RGB (Red+Green+Blue) = 141+184+245=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #8DB8F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB8F5 is #72470A. Grayscale: #B1B1B1. Windows color (decimal): -7489291 or 16103565. OLE color: 16103565.
HSL color Cylindrical-coordinate representation of color #8DB8F5: hue angle of 215.19º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DB8F5 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 184 | 245 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.04 |
| HSL | 215.19º | 0.84% | 0.76% | - |
| HSV(B) | 215.19º | 0.42% | 0.96% | - |
| XYZ | 44.61 | 46.54 | 93.02 | - |
| YUV | 178.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 245 | 0.42 | 0.25 | 0 | 0.04 | 215.19 | 0.84 | 0.76 |
| Hex | 8D | B8 | F5 | 2A | 19 | 0 | 4 | D7 | 54 | 4C |
| Octal | 215 | 270 | 365 | 52 | 31 | 0 | 4 | 327 | 124 | 114 |
| Binary | 10001101 | 10111000 | 11110101 | 101010 | 11001 | 0 | 100 | 11010111 | 1010100 | 1001100 |
Color Harmonies of #8DB8F5
Complementary color
Monochromatic Colors of #8DB8F5
Black with #8DB8F5
Text Example
Text Example
White with #8DB8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8F5; }
p { color: rgb(141,184,245); }
H1.HeaderClassName
{
color: #8DB8F5;
}
.AnyTagClassName
{
color: #8DB8F5;
}
</style>
background-color css
<style>
a { background-color: #8DB8F5; }
a { background-color: rgb(141,184,245); }
div.DivClassName
{
background-color: #8DB8F5;
}
.BgClassName
{
background-color: #8DB8F5;
}
</style>
border-color css
<style>
span { border-color: #8DB8F5; }
span { border-color: rgb(141,184,245); }
td.TdClassName
{
border-color: #8DB8F5;
}
.TagClassName
{
border-color: #8DB8F5;
}
</style>