Shades of Light Sky Blue #8DBDFF
Tints of Light Sky Blue #8DBDFF
RGB
CMYK
RGB Variations
Color information
#8DBDFF (or 0x8DBDFF) is known color: Light Sky Blue. HEX triplet: 8D, BD and FF. RGB value is (141,189,255). Sum of RGB (Red+Green+Blue) = 141+189+255=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DBDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDFF is #724200. Grayscale: #B5B5B5. Windows color (decimal): -7488001 or 16760205. OLE color: 16760205.
HSL color Cylindrical-coordinate representation of color #8DBDFF: hue angle of 214.74º 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 #8DBDFF is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 189 | 255 | - |
| CMYK | 0.45 | 0.26 | 0 | 0 |
| HSL | 214.74º | 1% | 0.78% | - |
| HSV(B) | 214.74º | 0.45% | 1% | - |
| XYZ | 47.23 | 49.28 | 101.63 | - |
| YUV | 182.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 255 | 0.45 | 0.26 | 0 | 0 | 214.74 | 1 | 0.78 |
| Hex | 8D | BD | FF | 2D | 1A | 0 | 0 | D7 | 64 | 4E |
| Octal | 215 | 275 | 377 | 55 | 32 | 0 | 0 | 327 | 144 | 116 |
| Binary | 10001101 | 10111101 | 11111111 | 101101 | 11010 | 0 | 0 | 11010111 | 1100100 | 1001110 |
Color Harmonies of #8DBDFF
Complementary color
Monochromatic Colors of #8DBDFF
Black with #8DBDFF
Text Example
Text Example
White with #8DBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDFF; }
p { color: rgb(141,189,255); }
H1.HeaderClassName
{
color: #8DBDFF;
}
.AnyTagClassName
{
color: #8DBDFF;
}
</style>
background-color css
<style>
a { background-color: #8DBDFF; }
a { background-color: rgb(141,189,255); }
div.DivClassName
{
background-color: #8DBDFF;
}
.BgClassName
{
background-color: #8DBDFF;
}
</style>
border-color css
<style>
span { border-color: #8DBDFF; }
span { border-color: rgb(141,189,255); }
td.TdClassName
{
border-color: #8DBDFF;
}
.TagClassName
{
border-color: #8DBDFF;
}
</style>