Shades of Light Sky Blue #8CC2FA
Tints of Light Sky Blue #8CC2FA
RGB
CMYK
RGB Variations
Color information
#8CC2FA (or 0x8CC2FA) is known color: Light Sky Blue. HEX triplet: 8C, C2 and FA. RGB value is (140,194,250). Sum of RGB (Red+Green+Blue) = 140+194+250=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CC2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC2FA is #733D05. Grayscale: #B7B7B7. Windows color (decimal): -7552262 or 16433804. OLE color: 16433804.
HSL color Cylindrical-coordinate representation of color #8CC2FA: hue angle of 210.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 #8CC2FA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 194 | 250 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.02 |
| HSL | 210.55º | 0.92% | 0.76% | - |
| HSV(B) | 210.55º | 0.44% | 0.98% | - |
| XYZ | 47.36 | 51.06 | 97.8 | - |
| YUV | 184.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 250 | 0.44 | 0.22 | 0 | 0.02 | 210.55 | 0.92 | 0.76 |
| Hex | 8C | C2 | FA | 2C | 16 | 0 | 2 | D3 | 5C | 4C |
| Octal | 214 | 302 | 372 | 54 | 26 | 0 | 2 | 323 | 134 | 114 |
| Binary | 10001100 | 11000010 | 11111010 | 101100 | 10110 | 0 | 10 | 11010011 | 1011100 | 1001100 |
Color Harmonies of #8CC2FA
Complementary color
Monochromatic Colors of #8CC2FA
Black with #8CC2FA
Text Example
Text Example
White with #8CC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC2FA; }
p { color: rgb(140,194,250); }
H1.HeaderClassName
{
color: #8CC2FA;
}
.AnyTagClassName
{
color: #8CC2FA;
}
</style>
background-color css
<style>
a { background-color: #8CC2FA; }
a { background-color: rgb(140,194,250); }
div.DivClassName
{
background-color: #8CC2FA;
}
.BgClassName
{
background-color: #8CC2FA;
}
</style>
border-color css
<style>
span { border-color: #8CC2FA; }
span { border-color: rgb(140,194,250); }
td.TdClassName
{
border-color: #8CC2FA;
}
.TagClassName
{
border-color: #8CC2FA;
}
</style>