Shades of Light Sky Blue #8ED4FA
Tints of Light Sky Blue #8ED4FA
RGB
CMYK
RGB Variations
Color information
#8ED4FA (or 0x8ED4FA) is known color: Light Sky Blue. HEX triplet: 8E, D4 and FA. RGB value is (142,212,250). Sum of RGB (Red+Green+Blue) = 142+212+250=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ED4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED4FA is #712B05. Grayscale: #C3C3C3. Windows color (decimal): -7416582 or 16438414. OLE color: 16438414.
HSL color Cylindrical-coordinate representation of color #8ED4FA: hue angle of 201.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ED4FA is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 212 | 250 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.02 |
| HSL | 201.11º | 0.92% | 0.77% | - |
| HSV(B) | 201.11º | 0.43% | 0.98% | - |
| XYZ | 51.95 | 59.74 | 99.24 | - |
| YUV | 195.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 250 | 0.43 | 0.15 | 0 | 0.02 | 201.11 | 0.92 | 0.77 |
| Hex | 8E | D4 | FA | 2B | F | 0 | 2 | C9 | 5C | 4D |
| Octal | 216 | 324 | 372 | 53 | 17 | 0 | 2 | 311 | 134 | 115 |
| Binary | 10001110 | 11010100 | 11111010 | 101011 | 1111 | 0 | 10 | 11001001 | 1011100 | 1001101 |
Color Harmonies of #8ED4FA
Complementary color
Monochromatic Colors of #8ED4FA
Black with #8ED4FA
Text Example
Text Example
White with #8ED4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED4FA; }
p { color: rgb(142,212,250); }
H1.HeaderClassName
{
color: #8ED4FA;
}
.AnyTagClassName
{
color: #8ED4FA;
}
</style>
background-color css
<style>
a { background-color: #8ED4FA; }
a { background-color: rgb(142,212,250); }
div.DivClassName
{
background-color: #8ED4FA;
}
.BgClassName
{
background-color: #8ED4FA;
}
</style>
border-color css
<style>
span { border-color: #8ED4FA; }
span { border-color: rgb(142,212,250); }
td.TdClassName
{
border-color: #8ED4FA;
}
.TagClassName
{
border-color: #8ED4FA;
}
</style>