Shades of Light Sky Blue #8DBDFD
Tints of Light Sky Blue #8DBDFD
RGB
CMYK
RGB Variations
Color information
#8DBDFD (or 0x8DBDFD) is known color: Light Sky Blue. HEX triplet: 8D, BD and FD. RGB value is (141,189,253). Sum of RGB (Red+Green+Blue) = 141+189+253=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DBDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDFD is #724202. Grayscale: #B5B5B5. Windows color (decimal): -7488003 or 16629133. OLE color: 16629133.
HSL color Cylindrical-coordinate representation of color #8DBDFD: hue angle of 214.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DBDFD is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 141 | 189 | 253 | - |
CMYK | 0.44 | 0.25 | 0 | 0.01 |
HSL | 214.29º | 0.97% | 0.77% | - |
HSV(B) | 214.29º | 0.44% | 0.99% | - |
XYZ | 46.91 | 49.15 | 99.94 | - |
YUV | 181.94 | 168.1 | 98.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 189 | 253 | 0.44 | 0.25 | 0 | 0.01 | 214.29 | 0.97 | 0.77 |
Hex | 8D | BD | FD | 2C | 19 | 0 | 1 | D6 | 61 | 4D |
Octal | 215 | 275 | 375 | 54 | 31 | 0 | 1 | 326 | 141 | 115 |
Binary | 10001101 | 10111101 | 11111101 | 101100 | 11001 | 0 | 1 | 11010110 | 1100001 | 1001101 |
Color Harmonies of #8DBDFD
Complementary color
Monochromatic Colors of #8DBDFD
Black with #8DBDFD
Text Example
Text Example
White with #8DBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDFD; }
p { color: rgb(141,189,253); }
H1.HeaderClassName
{
color: #8DBDFD;
}
.AnyTagClassName
{
color: #8DBDFD;
}
</style>
background-color css
<style>
a { background-color: #8DBDFD; }
a { background-color: rgb(141,189,253); }
div.DivClassName
{
background-color: #8DBDFD;
}
.BgClassName
{
background-color: #8DBDFD;
}
</style>
border-color css
<style>
span { border-color: #8DBDFD; }
span { border-color: rgb(141,189,253); }
td.TdClassName
{
border-color: #8DBDFD;
}
.TagClassName
{
border-color: #8DBDFD;
}
</style>