Shades of Light Sky Blue #8DCEF8
Tints of Light Sky Blue #8DCEF8
RGB
CMYK
RGB Variations
Color information
#8DCEF8 (or 0x8DCEF8) is known color: Light Sky Blue. HEX triplet: 8D, CE and F8. RGB value is (141,206,248). Sum of RGB (Red+Green+Blue) = 141+206+248=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DCEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEF8 is #723107. Grayscale: #BFBFBF. Windows color (decimal): -7483656 or 16305805. OLE color: 16305805.
HSL color Cylindrical-coordinate representation of color #8DCEF8: hue angle of 203.55º 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 #8DCEF8 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 206 | 248 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.03 |
| HSL | 203.55º | 0.88% | 0.76% | - |
| HSV(B) | 203.55º | 0.43% | 0.97% | - |
| XYZ | 50 | 56.58 | 97.09 | - |
| YUV | 191.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 248 | 0.43 | 0.17 | 0 | 0.03 | 203.55 | 0.88 | 0.76 |
| Hex | 8D | CE | F8 | 2B | 11 | 0 | 3 | CC | 58 | 4C |
| Octal | 215 | 316 | 370 | 53 | 21 | 0 | 3 | 314 | 130 | 114 |
| Binary | 10001101 | 11001110 | 11111000 | 101011 | 10001 | 0 | 11 | 11001100 | 1011000 | 1001100 |
Color Harmonies of #8DCEF8
Complementary color
Monochromatic Colors of #8DCEF8
Black with #8DCEF8
Text Example
Text Example
White with #8DCEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEF8; }
p { color: rgb(141,206,248); }
H1.HeaderClassName
{
color: #8DCEF8;
}
.AnyTagClassName
{
color: #8DCEF8;
}
</style>
background-color css
<style>
a { background-color: #8DCEF8; }
a { background-color: rgb(141,206,248); }
div.DivClassName
{
background-color: #8DCEF8;
}
.BgClassName
{
background-color: #8DCEF8;
}
</style>
border-color css
<style>
span { border-color: #8DCEF8; }
span { border-color: rgb(141,206,248); }
td.TdClassName
{
border-color: #8DCEF8;
}
.TagClassName
{
border-color: #8DCEF8;
}
</style>