Shades of Light Sky Blue #8DBDF6
Tints of Light Sky Blue #8DBDF6
RGB
CMYK
RGB Variations
Color information
#8DBDF6 (or 0x8DBDF6) is known color: Light Sky Blue. HEX triplet: 8D, BD and F6. RGB value is (141,189,246). Sum of RGB (Red+Green+Blue) = 141+189+246=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DBDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDF6 is #724209. Grayscale: #B4B4B4. Windows color (decimal): -7488010 or 16170381. OLE color: 16170381.
HSL color Cylindrical-coordinate representation of color #8DBDF6: hue angle of 212.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DBDF6 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 189 | 246 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.04 |
| HSL | 212.57º | 0.85% | 0.76% | - |
| HSV(B) | 212.57º | 0.43% | 0.96% | - |
| XYZ | 45.82 | 48.71 | 94.18 | - |
| YUV | 181.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 246 | 0.43 | 0.23 | 0 | 0.04 | 212.57 | 0.85 | 0.76 |
| Hex | 8D | BD | F6 | 2B | 17 | 0 | 4 | D5 | 55 | 4C |
| Octal | 215 | 275 | 366 | 53 | 27 | 0 | 4 | 325 | 125 | 114 |
| Binary | 10001101 | 10111101 | 11110110 | 101011 | 10111 | 0 | 100 | 11010101 | 1010101 | 1001100 |
Color Harmonies of #8DBDF6
Complementary color
Monochromatic Colors of #8DBDF6
Black with #8DBDF6
Text Example
Text Example
White with #8DBDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDF6; }
p { color: rgb(141,189,246); }
H1.HeaderClassName
{
color: #8DBDF6;
}
.AnyTagClassName
{
color: #8DBDF6;
}
</style>
background-color css
<style>
a { background-color: #8DBDF6; }
a { background-color: rgb(141,189,246); }
div.DivClassName
{
background-color: #8DBDF6;
}
.BgClassName
{
background-color: #8DBDF6;
}
</style>
border-color css
<style>
span { border-color: #8DBDF6; }
span { border-color: rgb(141,189,246); }
td.TdClassName
{
border-color: #8DBDF6;
}
.TagClassName
{
border-color: #8DBDF6;
}
</style>