Shades of Light Sky Blue #8DBDF9
Tints of Light Sky Blue #8DBDF9
RGB
CMYK
RGB Variations
Color information
#8DBDF9 (or 0x8DBDF9) is known color: Light Sky Blue. HEX triplet: 8D, BD and F9. RGB value is (141,189,249). Sum of RGB (Red+Green+Blue) = 141+189+249=579 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.35% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DBDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDF9 is #724206. Grayscale: #B5B5B5. Windows color (decimal): -7488007 or 16366989. OLE color: 16366989.
HSL color Cylindrical-coordinate representation of color #8DBDF9: hue angle of 213.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DBDF9 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 189 | 249 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.02 |
| HSL | 213.33º | 0.9% | 0.76% | - |
| HSV(B) | 213.33º | 0.43% | 0.98% | - |
| XYZ | 46.28 | 48.9 | 96.62 | - |
| YUV | 181.49 | 166.1 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 249 | 0.43 | 0.24 | 0 | 0.02 | 213.33 | 0.9 | 0.76 |
| Hex | 8D | BD | F9 | 2B | 18 | 0 | 2 | D5 | 5A | 4C |
| Octal | 215 | 275 | 371 | 53 | 30 | 0 | 2 | 325 | 132 | 114 |
| Binary | 10001101 | 10111101 | 11111001 | 101011 | 11000 | 0 | 10 | 11010101 | 1011010 | 1001100 |
Color Harmonies of #8DBDF9
Complementary color
Monochromatic Colors of #8DBDF9
Black with #8DBDF9
Text Example
Text Example
White with #8DBDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDF9; }
p { color: rgb(141,189,249); }
H1.HeaderClassName
{
color: #8DBDF9;
}
.AnyTagClassName
{
color: #8DBDF9;
}
</style>
background-color css
<style>
a { background-color: #8DBDF9; }
a { background-color: rgb(141,189,249); }
div.DivClassName
{
background-color: #8DBDF9;
}
.BgClassName
{
background-color: #8DBDF9;
}
</style>
border-color css
<style>
span { border-color: #8DBDF9; }
span { border-color: rgb(141,189,249); }
td.TdClassName
{
border-color: #8DBDF9;
}
.TagClassName
{
border-color: #8DBDF9;
}
</style>