Shades of Light Sky Blue #8CB5FF
Tints of Light Sky Blue #8CB5FF
RGB
CMYK
RGB Variations
Color information
#8CB5FF (or 0x8CB5FF) is known color: Light Sky Blue. HEX triplet: 8C, B5 and FF. RGB value is (140,181,255). Sum of RGB (Red+Green+Blue) = 140+181+255=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB5FF is #734A00. Grayscale: #B0B0B0. Windows color (decimal): -7555585 or 16758156. OLE color: 16758156.
HSL color Cylindrical-coordinate representation of color #8CB5FF: hue angle of 218.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 #8CB5FF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 181 | 255 | - |
| CMYK | 0.45 | 0.29 | 0 | 0 |
| HSL | 218.61º | 1% | 0.77% | - |
| HSV(B) | 218.61º | 0.45% | 1% | - |
| XYZ | 45.39 | 45.84 | 101.06 | - |
| YUV | 177.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 255 | 0.45 | 0.29 | 0 | 0 | 218.61 | 1 | 0.77 |
| Hex | 8C | B5 | FF | 2D | 1D | 0 | 0 | DB | 64 | 4D |
| Octal | 214 | 265 | 377 | 55 | 35 | 0 | 0 | 333 | 144 | 115 |
| Binary | 10001100 | 10110101 | 11111111 | 101101 | 11101 | 0 | 0 | 11011011 | 1100100 | 1001101 |
Color Harmonies of #8CB5FF
Complementary color
Monochromatic Colors of #8CB5FF
Black with #8CB5FF
Text Example
Text Example
White with #8CB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB5FF; }
p { color: rgb(140,181,255); }
H1.HeaderClassName
{
color: #8CB5FF;
}
.AnyTagClassName
{
color: #8CB5FF;
}
</style>
background-color css
<style>
a { background-color: #8CB5FF; }
a { background-color: rgb(140,181,255); }
div.DivClassName
{
background-color: #8CB5FF;
}
.BgClassName
{
background-color: #8CB5FF;
}
</style>
border-color css
<style>
span { border-color: #8CB5FF; }
span { border-color: rgb(140,181,255); }
td.TdClassName
{
border-color: #8CB5FF;
}
.TagClassName
{
border-color: #8CB5FF;
}
</style>