Shades of Light Sky Blue #8DCEF7
Tints of Light Sky Blue #8DCEF7
RGB
CMYK
RGB Variations
Color information
#8DCEF7 (or 0x8DCEF7) is known color: Light Sky Blue. HEX triplet: 8D, CE and F7. RGB value is (141,206,247). Sum of RGB (Red+Green+Blue) = 141+206+247=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DCEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEF7 is #723108. Grayscale: #BFBFBF. Windows color (decimal): -7483657 or 16240269. OLE color: 16240269.
HSL color Cylindrical-coordinate representation of color #8DCEF7: hue angle of 203.21º degrees, saturation: 0.87, 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 #8DCEF7 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 206 | 247 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.03 |
| HSL | 203.21º | 0.87% | 0.76% | - |
| HSV(B) | 203.21º | 0.43% | 0.97% | - |
| XYZ | 49.84 | 56.52 | 96.28 | - |
| YUV | 191.24 | 159.47 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 247 | 0.43 | 0.17 | 0 | 0.03 | 203.21 | 0.87 | 0.76 |
| Hex | 8D | CE | F7 | 2B | 11 | 0 | 3 | CB | 57 | 4C |
| Octal | 215 | 316 | 367 | 53 | 21 | 0 | 3 | 313 | 127 | 114 |
| Binary | 10001101 | 11001110 | 11110111 | 101011 | 10001 | 0 | 11 | 11001011 | 1010111 | 1001100 |
Color Harmonies of #8DCEF7
Complementary color
Monochromatic Colors of #8DCEF7
Black with #8DCEF7
Text Example
Text Example
White with #8DCEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEF7; }
p { color: rgb(141,206,247); }
H1.HeaderClassName
{
color: #8DCEF7;
}
.AnyTagClassName
{
color: #8DCEF7;
}
</style>
background-color css
<style>
a { background-color: #8DCEF7; }
a { background-color: rgb(141,206,247); }
div.DivClassName
{
background-color: #8DCEF7;
}
.BgClassName
{
background-color: #8DCEF7;
}
</style>
border-color css
<style>
span { border-color: #8DCEF7; }
span { border-color: rgb(141,206,247); }
td.TdClassName
{
border-color: #8DCEF7;
}
.TagClassName
{
border-color: #8DCEF7;
}
</style>