Shades of Light Sky Blue #8DBFF8
Tints of Light Sky Blue #8DBFF8
RGB
CMYK
RGB Variations
Color information
#8DBFF8 (or 0x8DBFF8) is known color: Light Sky Blue. HEX triplet: 8D, BF and F8. RGB value is (141,191,248). Sum of RGB (Red+Green+Blue) = 141+191+248=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DBFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFF8 is #724007. Grayscale: #B6B6B6. Windows color (decimal): -7487496 or 16301965. OLE color: 16301965.
HSL color Cylindrical-coordinate representation of color #8DBFF8: hue angle of 211.96º 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 #8DBFF8 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 191 | 248 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.03 |
| HSL | 211.96º | 0.88% | 0.76% | - |
| HSV(B) | 211.96º | 0.43% | 0.97% | - |
| XYZ | 46.56 | 49.7 | 95.95 | - |
| YUV | 182.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 248 | 0.43 | 0.23 | 0 | 0.03 | 211.96 | 0.88 | 0.76 |
| Hex | 8D | BF | F8 | 2B | 17 | 0 | 3 | D4 | 58 | 4C |
| Octal | 215 | 277 | 370 | 53 | 27 | 0 | 3 | 324 | 130 | 114 |
| Binary | 10001101 | 10111111 | 11111000 | 101011 | 10111 | 0 | 11 | 11010100 | 1011000 | 1001100 |
Color Harmonies of #8DBFF8
Complementary color
Monochromatic Colors of #8DBFF8
Black with #8DBFF8
Text Example
Text Example
White with #8DBFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFF8; }
p { color: rgb(141,191,248); }
H1.HeaderClassName
{
color: #8DBFF8;
}
.AnyTagClassName
{
color: #8DBFF8;
}
</style>
background-color css
<style>
a { background-color: #8DBFF8; }
a { background-color: rgb(141,191,248); }
div.DivClassName
{
background-color: #8DBFF8;
}
.BgClassName
{
background-color: #8DBFF8;
}
</style>
border-color css
<style>
span { border-color: #8DBFF8; }
span { border-color: rgb(141,191,248); }
td.TdClassName
{
border-color: #8DBFF8;
}
.TagClassName
{
border-color: #8DBFF8;
}
</style>