Shades of Light Sky Blue #8DBDF5
Tints of Light Sky Blue #8DBDF5
RGB
CMYK
RGB Variations
Color information
#8DBDF5 (or 0x8DBDF5) is known color: Light Sky Blue. HEX triplet: 8D, BD and F5. RGB value is (141,189,245). Sum of RGB (Red+Green+Blue) = 141+189+245=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #8DBDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDF5 is #72420A. Grayscale: #B4B4B4. Windows color (decimal): -7488011 or 16104845. OLE color: 16104845.
HSL color Cylindrical-coordinate representation of color #8DBDF5: hue angle of 212.31º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DBDF5 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 189 | 245 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.04 |
| HSL | 212.31º | 0.84% | 0.76% | - |
| HSV(B) | 212.31º | 0.42% | 0.96% | - |
| XYZ | 45.66 | 48.65 | 93.37 | - |
| YUV | 181.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 245 | 0.42 | 0.23 | 0 | 0.04 | 212.31 | 0.84 | 0.76 |
| Hex | 8D | BD | F5 | 2A | 17 | 0 | 4 | D4 | 54 | 4C |
| Octal | 215 | 275 | 365 | 52 | 27 | 0 | 4 | 324 | 124 | 114 |
| Binary | 10001101 | 10111101 | 11110101 | 101010 | 10111 | 0 | 100 | 11010100 | 1010100 | 1001100 |
Color Harmonies of #8DBDF5
Complementary color
Monochromatic Colors of #8DBDF5
Black with #8DBDF5
Text Example
Text Example
White with #8DBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDF5; }
p { color: rgb(141,189,245); }
H1.HeaderClassName
{
color: #8DBDF5;
}
.AnyTagClassName
{
color: #8DBDF5;
}
</style>
background-color css
<style>
a { background-color: #8DBDF5; }
a { background-color: rgb(141,189,245); }
div.DivClassName
{
background-color: #8DBDF5;
}
.BgClassName
{
background-color: #8DBDF5;
}
</style>
border-color css
<style>
span { border-color: #8DBDF5; }
span { border-color: rgb(141,189,245); }
td.TdClassName
{
border-color: #8DBDF5;
}
.TagClassName
{
border-color: #8DBDF5;
}
</style>