Shades of Light Sky Blue #8CCCFF
Tints of Light Sky Blue #8CCCFF
RGB
CMYK
RGB Variations
Color information
#8CCCFF (or 0x8CCCFF) is known color: Light Sky Blue. HEX triplet: 8C, CC and FF. RGB value is (140,204,255). Sum of RGB (Red+Green+Blue) = 140+204+255=599 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.37% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCFF is #733300. Grayscale: #BEBEBE. Windows color (decimal): -7549697 or 16764044. OLE color: 16764044.
HSL color Cylindrical-coordinate representation of color #8CCCFF: hue angle of 206.61º 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 #8CCCFF is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 204 | 255 | - |
| CMYK | 0.45 | 0.2 | 0 | 0 |
| HSL | 206.61º | 1% | 0.77% | - |
| HSV(B) | 206.61º | 0.45% | 1% | - |
| XYZ | 50.46 | 55.98 | 102.75 | - |
| YUV | 190.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 255 | 0.45 | 0.2 | 0 | 0 | 206.61 | 1 | 0.77 |
| Hex | 8C | CC | FF | 2D | 14 | 0 | 0 | CF | 64 | 4D |
| Octal | 214 | 314 | 377 | 55 | 24 | 0 | 0 | 317 | 144 | 115 |
| Binary | 10001100 | 11001100 | 11111111 | 101101 | 10100 | 0 | 0 | 11001111 | 1100100 | 1001101 |
Color Harmonies of #8CCCFF
Complementary color
Monochromatic Colors of #8CCCFF
Black with #8CCCFF
Text Example
Text Example
White with #8CCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCFF; }
p { color: rgb(140,204,255); }
H1.HeaderClassName
{
color: #8CCCFF;
}
.AnyTagClassName
{
color: #8CCCFF;
}
</style>
background-color css
<style>
a { background-color: #8CCCFF; }
a { background-color: rgb(140,204,255); }
div.DivClassName
{
background-color: #8CCCFF;
}
.BgClassName
{
background-color: #8CCCFF;
}
</style>
border-color css
<style>
span { border-color: #8CCCFF; }
span { border-color: rgb(140,204,255); }
td.TdClassName
{
border-color: #8CCCFF;
}
.TagClassName
{
border-color: #8CCCFF;
}
</style>