Shades of Light Sky Blue #8CD8FA
Tints of Light Sky Blue #8CD8FA
RGB
CMYK
RGB Variations
Color information
#8CD8FA (or 0x8CD8FA) is known color: Light Sky Blue. HEX triplet: 8C, D8 and FA. RGB value is (140,216,250). Sum of RGB (Red+Green+Blue) = 140+216+250=606 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.10% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CD8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD8FA is #732705. Grayscale: #C4C4C4. Windows color (decimal): -7546630 or 16439436. OLE color: 16439436.
HSL color Cylindrical-coordinate representation of color #8CD8FA: hue angle of 198.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CD8FA is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 216 | 250 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.02 |
| HSL | 198.55º | 0.92% | 0.76% | - |
| HSV(B) | 198.55º | 0.44% | 0.98% | - |
| XYZ | 52.63 | 61.59 | 99.56 | - |
| YUV | 197.15 | 157.82 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 216 | 250 | 0.44 | 0.14 | 0 | 0.02 | 198.55 | 0.92 | 0.76 |
| Hex | 8C | D8 | FA | 2C | E | 0 | 2 | C7 | 5C | 4C |
| Octal | 214 | 330 | 372 | 54 | 16 | 0 | 2 | 307 | 134 | 114 |
| Binary | 10001100 | 11011000 | 11111010 | 101100 | 1110 | 0 | 10 | 11000111 | 1011100 | 1001100 |
Color Harmonies of #8CD8FA
Complementary color
Monochromatic Colors of #8CD8FA
Black with #8CD8FA
Text Example
Text Example
White with #8CD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD8FA; }
p { color: rgb(140,216,250); }
H1.HeaderClassName
{
color: #8CD8FA;
}
.AnyTagClassName
{
color: #8CD8FA;
}
</style>
background-color css
<style>
a { background-color: #8CD8FA; }
a { background-color: rgb(140,216,250); }
div.DivClassName
{
background-color: #8CD8FA;
}
.BgClassName
{
background-color: #8CD8FA;
}
</style>
border-color css
<style>
span { border-color: #8CD8FA; }
span { border-color: rgb(140,216,250); }
td.TdClassName
{
border-color: #8CD8FA;
}
.TagClassName
{
border-color: #8CD8FA;
}
</style>