Shades of Light Sky Blue #8CCCFE
Tints of Light Sky Blue #8CCCFE
RGB
CMYK
RGB Variations
Color information
#8CCCFE (or 0x8CCCFE) is known color: Light Sky Blue. HEX triplet: 8C, CC and FE. RGB value is (140,204,254). Sum of RGB (Red+Green+Blue) = 140+204+254=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CCCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCFE is #733301. Grayscale: #BEBEBE. Windows color (decimal): -7549698 or 16698508. OLE color: 16698508.
HSL color Cylindrical-coordinate representation of color #8CCCFE: hue angle of 206.32º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CCCFE is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 204 | 254 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.00 |
| HSL | 206.32º | 0.98% | 0.77% | - |
| HSV(B) | 206.32º | 0.45% | 1% | - |
| XYZ | 50.3 | 55.92 | 101.91 | - |
| YUV | 190.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 254 | 0.45 | 0.20 | 0 | 0.00 | 206.32 | 0.98 | 0.77 |
| Hex | 8C | CC | FE | 2D | 14 | 0 | 0 | CE | 62 | 4D |
| Octal | 214 | 314 | 376 | 55 | 24 | 0 | 0 | 316 | 142 | 115 |
| Binary | 10001100 | 11001100 | 11111110 | 101101 | 10100 | 0 | 0 | 11001110 | 1100010 | 1001101 |
Color Harmonies of #8CCCFE
Complementary color
Monochromatic Colors of #8CCCFE
Black with #8CCCFE
Text Example
Text Example
White with #8CCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCFE; }
p { color: rgb(140,204,254); }
H1.HeaderClassName
{
color: #8CCCFE;
}
.AnyTagClassName
{
color: #8CCCFE;
}
</style>
background-color css
<style>
a { background-color: #8CCCFE; }
a { background-color: rgb(140,204,254); }
div.DivClassName
{
background-color: #8CCCFE;
}
.BgClassName
{
background-color: #8CCCFE;
}
</style>
border-color css
<style>
span { border-color: #8CCCFE; }
span { border-color: rgb(140,204,254); }
td.TdClassName
{
border-color: #8CCCFE;
}
.TagClassName
{
border-color: #8CCCFE;
}
</style>