Shades of Light Sky Blue #8DBDFC
Tints of Light Sky Blue #8DBDFC
RGB
CMYK
RGB Variations
Color information
#8DBDFC (or 0x8DBDFC) is known color: Light Sky Blue. HEX triplet: 8D, BD and FC. RGB value is (141,189,252). Sum of RGB (Red+Green+Blue) = 141+189+252=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DBDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDFC is #724203. Grayscale: #B5B5B5. Windows color (decimal): -7488004 or 16563597. OLE color: 16563597.
HSL color Cylindrical-coordinate representation of color #8DBDFC: hue angle of 214.05º degrees, saturation: 0.95, 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 #8DBDFC is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 189 | 252 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.01 |
| HSL | 214.05º | 0.95% | 0.77% | - |
| HSV(B) | 214.05º | 0.44% | 0.99% | - |
| XYZ | 46.75 | 49.09 | 99.11 | - |
| YUV | 181.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 252 | 0.44 | 0.25 | 0 | 0.01 | 214.05 | 0.95 | 0.77 |
| Hex | 8D | BD | FC | 2C | 19 | 0 | 1 | D6 | 5F | 4D |
| Octal | 215 | 275 | 374 | 54 | 31 | 0 | 1 | 326 | 137 | 115 |
| Binary | 10001101 | 10111101 | 11111100 | 101100 | 11001 | 0 | 1 | 11010110 | 1011111 | 1001101 |
Color Harmonies of #8DBDFC
Complementary color
Monochromatic Colors of #8DBDFC
Black with #8DBDFC
Text Example
Text Example
White with #8DBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDFC; }
p { color: rgb(141,189,252); }
H1.HeaderClassName
{
color: #8DBDFC;
}
.AnyTagClassName
{
color: #8DBDFC;
}
</style>
background-color css
<style>
a { background-color: #8DBDFC; }
a { background-color: rgb(141,189,252); }
div.DivClassName
{
background-color: #8DBDFC;
}
.BgClassName
{
background-color: #8DBDFC;
}
</style>
border-color css
<style>
span { border-color: #8DBDFC; }
span { border-color: rgb(141,189,252); }
td.TdClassName
{
border-color: #8DBDFC;
}
.TagClassName
{
border-color: #8DBDFC;
}
</style>