Shades of Light Sky Blue #8DB4FB
Tints of Light Sky Blue #8DB4FB
RGB
CMYK
RGB Variations
Color information
#8DB4FB (or 0x8DB4FB) is known color: Light Sky Blue. HEX triplet: 8D, B4 and FB. RGB value is (141,180,251). Sum of RGB (Red+Green+Blue) = 141+180+251=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DB4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4FB is #724B04. Grayscale: #B0B0B0. Windows color (decimal): -7490309 or 16495757. OLE color: 16495757.
HSL color Cylindrical-coordinate representation of color #8DB4FB: hue angle of 218.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB4FB is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 180 | 251 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.02 |
| HSL | 218.73º | 0.93% | 0.77% | - |
| HSV(B) | 218.73º | 0.44% | 0.98% | - |
| XYZ | 44.72 | 45.27 | 97.65 | - |
| YUV | 176.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 251 | 0.44 | 0.28 | 0 | 0.02 | 218.73 | 0.93 | 0.77 |
| Hex | 8D | B4 | FB | 2C | 1C | 0 | 2 | DB | 5D | 4D |
| Octal | 215 | 264 | 373 | 54 | 34 | 0 | 2 | 333 | 135 | 115 |
| Binary | 10001101 | 10110100 | 11111011 | 101100 | 11100 | 0 | 10 | 11011011 | 1011101 | 1001101 |
Color Harmonies of #8DB4FB
Complementary color
Monochromatic Colors of #8DB4FB
Black with #8DB4FB
Text Example
Text Example
White with #8DB4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4FB; }
p { color: rgb(141,180,251); }
H1.HeaderClassName
{
color: #8DB4FB;
}
.AnyTagClassName
{
color: #8DB4FB;
}
</style>
background-color css
<style>
a { background-color: #8DB4FB; }
a { background-color: rgb(141,180,251); }
div.DivClassName
{
background-color: #8DB4FB;
}
.BgClassName
{
background-color: #8DB4FB;
}
</style>
border-color css
<style>
span { border-color: #8DB4FB; }
span { border-color: rgb(141,180,251); }
td.TdClassName
{
border-color: #8DB4FB;
}
.TagClassName
{
border-color: #8DB4FB;
}
</style>