Shades of Light Sky Blue #8CB8FE
Tints of Light Sky Blue #8CB8FE
RGB
CMYK
RGB Variations
Color information
#8CB8FE (or 0x8CB8FE) is known color: Light Sky Blue. HEX triplet: 8C, B8 and FE. RGB value is (140,184,254). Sum of RGB (Red+Green+Blue) = 140+184+254=578 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.22% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CB8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB8FE is #734701. Grayscale: #B2B2B2. Windows color (decimal): -7554818 or 16693388. OLE color: 16693388.
HSL color Cylindrical-coordinate representation of color #8CB8FE: hue angle of 216.84º 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 #8CB8FE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 184 | 254 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.00 |
| HSL | 216.84º | 0.98% | 0.77% | - |
| HSV(B) | 216.84º | 0.45% | 1% | - |
| XYZ | 45.85 | 47.01 | 100.42 | - |
| YUV | 178.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 254 | 0.45 | 0.28 | 0 | 0.00 | 216.84 | 0.98 | 0.77 |
| Hex | 8C | B8 | FE | 2D | 1C | 0 | 0 | D9 | 62 | 4D |
| Octal | 214 | 270 | 376 | 55 | 34 | 0 | 0 | 331 | 142 | 115 |
| Binary | 10001100 | 10111000 | 11111110 | 101101 | 11100 | 0 | 0 | 11011001 | 1100010 | 1001101 |
Color Harmonies of #8CB8FE
Complementary color
Monochromatic Colors of #8CB8FE
Black with #8CB8FE
Text Example
Text Example
White with #8CB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB8FE; }
p { color: rgb(140,184,254); }
H1.HeaderClassName
{
color: #8CB8FE;
}
.AnyTagClassName
{
color: #8CB8FE;
}
</style>
background-color css
<style>
a { background-color: #8CB8FE; }
a { background-color: rgb(140,184,254); }
div.DivClassName
{
background-color: #8CB8FE;
}
.BgClassName
{
background-color: #8CB8FE;
}
</style>
border-color css
<style>
span { border-color: #8CB8FE; }
span { border-color: rgb(140,184,254); }
td.TdClassName
{
border-color: #8CB8FE;
}
.TagClassName
{
border-color: #8CB8FE;
}
</style>