Shades of Light Sky Blue #8CCEFF
Tints of Light Sky Blue #8CCEFF
RGB
CMYK
RGB Variations
Color information
#8CCEFF (or 0x8CCEFF) is known color: Light Sky Blue. HEX triplet: 8C, CE and FF. RGB value is (140,206,255). Sum of RGB (Red+Green+Blue) = 140+206+255=601 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.29% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCEFF is #733100. Grayscale: #BFBFBF. Windows color (decimal): -7549185 or 16764556. OLE color: 16764556.
HSL color Cylindrical-coordinate representation of color #8CCEFF: hue angle of 205.57º 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 #8CCEFF is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 206 | 255 | - |
| CMYK | 0.45 | 0.19 | 0 | 0 |
| HSL | 205.57º | 1% | 0.77% | - |
| HSV(B) | 205.57º | 0.45% | 1% | - |
| XYZ | 50.94 | 56.94 | 102.91 | - |
| YUV | 191.85 | 163.63 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 255 | 0.45 | 0.19 | 0 | 0 | 205.57 | 1 | 0.77 |
| Hex | 8C | CE | FF | 2D | 13 | 0 | 0 | CE | 64 | 4D |
| Octal | 214 | 316 | 377 | 55 | 23 | 0 | 0 | 316 | 144 | 115 |
| Binary | 10001100 | 11001110 | 11111111 | 101101 | 10011 | 0 | 0 | 11001110 | 1100100 | 1001101 |
Color Harmonies of #8CCEFF
Complementary color
Monochromatic Colors of #8CCEFF
Black with #8CCEFF
Text Example
Text Example
White with #8CCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEFF; }
p { color: rgb(140,206,255); }
H1.HeaderClassName
{
color: #8CCEFF;
}
.AnyTagClassName
{
color: #8CCEFF;
}
</style>
background-color css
<style>
a { background-color: #8CCEFF; }
a { background-color: rgb(140,206,255); }
div.DivClassName
{
background-color: #8CCEFF;
}
.BgClassName
{
background-color: #8CCEFF;
}
</style>
border-color css
<style>
span { border-color: #8CCEFF; }
span { border-color: rgb(140,206,255); }
td.TdClassName
{
border-color: #8CCEFF;
}
.TagClassName
{
border-color: #8CCEFF;
}
</style>