Shades of Light Sky Blue #8CC6FF
Tints of Light Sky Blue #8CC6FF
RGB
CMYK
RGB Variations
Color information
#8CC6FF (or 0x8CC6FF) is known color: Light Sky Blue. HEX triplet: 8C, C6 and FF. RGB value is (140,198,255). Sum of RGB (Red+Green+Blue) = 140+198+255=593 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.61% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CC6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC6FF is #733900. Grayscale: #BABABA. Windows color (decimal): -7551233 or 16762508. OLE color: 16762508.
HSL color Cylindrical-coordinate representation of color #8CC6FF: hue angle of 209.74º 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 #8CC6FF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 198 | 255 | - |
| CMYK | 0.45 | 0.22 | 0 | 0 |
| HSL | 209.74º | 1% | 0.77% | - |
| HSV(B) | 209.74º | 0.45% | 1% | - |
| XYZ | 49.06 | 53.18 | 102.29 | - |
| YUV | 187.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 255 | 0.45 | 0.22 | 0 | 0 | 209.74 | 1 | 0.77 |
| Hex | 8C | C6 | FF | 2D | 16 | 0 | 0 | D2 | 64 | 4D |
| Octal | 214 | 306 | 377 | 55 | 26 | 0 | 0 | 322 | 144 | 115 |
| Binary | 10001100 | 11000110 | 11111111 | 101101 | 10110 | 0 | 0 | 11010010 | 1100100 | 1001101 |
Color Harmonies of #8CC6FF
Complementary color
Monochromatic Colors of #8CC6FF
Black with #8CC6FF
Text Example
Text Example
White with #8CC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC6FF; }
p { color: rgb(140,198,255); }
H1.HeaderClassName
{
color: #8CC6FF;
}
.AnyTagClassName
{
color: #8CC6FF;
}
</style>
background-color css
<style>
a { background-color: #8CC6FF; }
a { background-color: rgb(140,198,255); }
div.DivClassName
{
background-color: #8CC6FF;
}
.BgClassName
{
background-color: #8CC6FF;
}
</style>
border-color css
<style>
span { border-color: #8CC6FF; }
span { border-color: rgb(140,198,255); }
td.TdClassName
{
border-color: #8CC6FF;
}
.TagClassName
{
border-color: #8CC6FF;
}
</style>