Shades of Light Sky Blue #8CC2FF
Tints of Light Sky Blue #8CC2FF
RGB
CMYK
RGB Variations
Color information
#8CC2FF (or 0x8CC2FF) is known color: Light Sky Blue. HEX triplet: 8C, C2 and FF. RGB value is (140,194,255). Sum of RGB (Red+Green+Blue) = 140+194+255=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC2FF is #733D00. Grayscale: #B8B8B8. Windows color (decimal): -7552257 or 16761484. OLE color: 16761484.
HSL color Cylindrical-coordinate representation of color #8CC2FF: hue angle of 211.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CC2FF is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 194 | 255 | - |
| CMYK | 0.45 | 0.24 | 0 | 0 |
| HSL | 211.83º | 1% | 0.77% | - |
| HSV(B) | 211.83º | 0.45% | 1% | - |
| XYZ | 48.16 | 51.38 | 101.99 | - |
| YUV | 184.81 | 167.61 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 255 | 0.45 | 0.24 | 0 | 0 | 211.83 | 1 | 0.77 |
| Hex | 8C | C2 | FF | 2D | 18 | 0 | 0 | D4 | 64 | 4D |
| Octal | 214 | 302 | 377 | 55 | 30 | 0 | 0 | 324 | 144 | 115 |
| Binary | 10001100 | 11000010 | 11111111 | 101101 | 11000 | 0 | 0 | 11010100 | 1100100 | 1001101 |
Color Harmonies of #8CC2FF
Complementary color
Monochromatic Colors of #8CC2FF
Black with #8CC2FF
Text Example
Text Example
White with #8CC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC2FF; }
p { color: rgb(140,194,255); }
H1.HeaderClassName
{
color: #8CC2FF;
}
.AnyTagClassName
{
color: #8CC2FF;
}
</style>
background-color css
<style>
a { background-color: #8CC2FF; }
a { background-color: rgb(140,194,255); }
div.DivClassName
{
background-color: #8CC2FF;
}
.BgClassName
{
background-color: #8CC2FF;
}
</style>
border-color css
<style>
span { border-color: #8CC2FF; }
span { border-color: rgb(140,194,255); }
td.TdClassName
{
border-color: #8CC2FF;
}
.TagClassName
{
border-color: #8CC2FF;
}
</style>