Shades of Light Sky Blue #8DBEF8
Tints of Light Sky Blue #8DBEF8
RGB
CMYK
RGB Variations
Color information
#8DBEF8 (or 0x8DBEF8) is known color: Light Sky Blue. HEX triplet: 8D, BE and F8. RGB value is (141,190,248). Sum of RGB (Red+Green+Blue) = 141+190+248=579 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.35% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DBEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEF8 is #724107. Grayscale: #B5B5B5. Windows color (decimal): -7487752 or 16301709. OLE color: 16301709.
HSL color Cylindrical-coordinate representation of color #8DBEF8: hue angle of 212.52º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DBEF8 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 190 | 248 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.03 |
| HSL | 212.52º | 0.88% | 0.76% | - |
| HSV(B) | 212.52º | 0.43% | 0.97% | - |
| XYZ | 46.34 | 49.27 | 95.87 | - |
| YUV | 181.96 | 165.27 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 248 | 0.43 | 0.23 | 0 | 0.03 | 212.52 | 0.88 | 0.76 |
| Hex | 8D | BE | F8 | 2B | 17 | 0 | 3 | D5 | 58 | 4C |
| Octal | 215 | 276 | 370 | 53 | 27 | 0 | 3 | 325 | 130 | 114 |
| Binary | 10001101 | 10111110 | 11111000 | 101011 | 10111 | 0 | 11 | 11010101 | 1011000 | 1001100 |
Color Harmonies of #8DBEF8
Complementary color
Monochromatic Colors of #8DBEF8
Black with #8DBEF8
Text Example
Text Example
White with #8DBEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEF8; }
p { color: rgb(141,190,248); }
H1.HeaderClassName
{
color: #8DBEF8;
}
.AnyTagClassName
{
color: #8DBEF8;
}
</style>
background-color css
<style>
a { background-color: #8DBEF8; }
a { background-color: rgb(141,190,248); }
div.DivClassName
{
background-color: #8DBEF8;
}
.BgClassName
{
background-color: #8DBEF8;
}
</style>
border-color css
<style>
span { border-color: #8DBEF8; }
span { border-color: rgb(141,190,248); }
td.TdClassName
{
border-color: #8DBEF8;
}
.TagClassName
{
border-color: #8DBEF8;
}
</style>