Shades of Light Sky Blue #8CC4FA
Tints of Light Sky Blue #8CC4FA
RGB
CMYK
RGB Variations
Color information
#8CC4FA (or 0x8CC4FA) is known color: Light Sky Blue. HEX triplet: 8C, C4 and FA. RGB value is (140,196,250). Sum of RGB (Red+Green+Blue) = 140+196+250=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CC4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC4FA is #733B05. Grayscale: #B9B9B9. Windows color (decimal): -7551750 or 16434316. OLE color: 16434316.
HSL color Cylindrical-coordinate representation of color #8CC4FA: hue angle of 209.45º 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 #8CC4FA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 196 | 250 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.02 |
| HSL | 209.45º | 0.92% | 0.76% | - |
| HSV(B) | 209.45º | 0.44% | 0.98% | - |
| XYZ | 47.81 | 51.96 | 97.95 | - |
| YUV | 185.41 | 164.45 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 250 | 0.44 | 0.22 | 0 | 0.02 | 209.45 | 0.92 | 0.76 |
| Hex | 8C | C4 | FA | 2C | 16 | 0 | 2 | D1 | 5C | 4C |
| Octal | 214 | 304 | 372 | 54 | 26 | 0 | 2 | 321 | 134 | 114 |
| Binary | 10001100 | 11000100 | 11111010 | 101100 | 10110 | 0 | 10 | 11010001 | 1011100 | 1001100 |
Color Harmonies of #8CC4FA
Complementary color
Monochromatic Colors of #8CC4FA
Black with #8CC4FA
Text Example
Text Example
White with #8CC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC4FA; }
p { color: rgb(140,196,250); }
H1.HeaderClassName
{
color: #8CC4FA;
}
.AnyTagClassName
{
color: #8CC4FA;
}
</style>
background-color css
<style>
a { background-color: #8CC4FA; }
a { background-color: rgb(140,196,250); }
div.DivClassName
{
background-color: #8CC4FA;
}
.BgClassName
{
background-color: #8CC4FA;
}
</style>
border-color css
<style>
span { border-color: #8CC4FA; }
span { border-color: rgb(140,196,250); }
td.TdClassName
{
border-color: #8CC4FA;
}
.TagClassName
{
border-color: #8CC4FA;
}
</style>