Shades of Light Sky Blue #8DB4FF
Tints of Light Sky Blue #8DB4FF
RGB
CMYK
RGB Variations
Color information
#8DB4FF (or 0x8DB4FF) is known color: Light Sky Blue. HEX triplet: 8D, B4 and FF. RGB value is (141,180,255). Sum of RGB (Red+Green+Blue) = 141+180+255=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4FF is #724B00. Grayscale: #B0B0B0. Windows color (decimal): -7490305 or 16757901. OLE color: 16757901.
HSL color Cylindrical-coordinate representation of color #8DB4FF: hue angle of 219.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB4FF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 180 | 255 | - |
| CMYK | 0.45 | 0.29 | 0 | 0 |
| HSL | 219.47º | 1% | 0.78% | - |
| HSV(B) | 219.47º | 0.45% | 1% | - |
| XYZ | 45.36 | 45.53 | 101 | - |
| YUV | 176.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 255 | 0.45 | 0.29 | 0 | 0 | 219.47 | 1 | 0.78 |
| Hex | 8D | B4 | FF | 2D | 1D | 0 | 0 | DB | 64 | 4E |
| Octal | 215 | 264 | 377 | 55 | 35 | 0 | 0 | 333 | 144 | 116 |
| Binary | 10001101 | 10110100 | 11111111 | 101101 | 11101 | 0 | 0 | 11011011 | 1100100 | 1001110 |
Color Harmonies of #8DB4FF
Complementary color
Monochromatic Colors of #8DB4FF
Black with #8DB4FF
Text Example
Text Example
White with #8DB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4FF; }
p { color: rgb(141,180,255); }
H1.HeaderClassName
{
color: #8DB4FF;
}
.AnyTagClassName
{
color: #8DB4FF;
}
</style>
background-color css
<style>
a { background-color: #8DB4FF; }
a { background-color: rgb(141,180,255); }
div.DivClassName
{
background-color: #8DB4FF;
}
.BgClassName
{
background-color: #8DB4FF;
}
</style>
border-color css
<style>
span { border-color: #8DB4FF; }
span { border-color: rgb(141,180,255); }
td.TdClassName
{
border-color: #8DB4FF;
}
.TagClassName
{
border-color: #8DB4FF;
}
</style>