Shades of Light Sky Blue #8CBAFF
Tints of Light Sky Blue #8CBAFF
RGB
CMYK
RGB Variations
Color information
#8CBAFF (or 0x8CBAFF) is known color: Light Sky Blue. HEX triplet: 8C, BA and FF. RGB value is (140,186,255). Sum of RGB (Red+Green+Blue) = 140+186+255=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAFF is #734500. Grayscale: #B3B3B3. Windows color (decimal): -7554305 or 16759436. OLE color: 16759436.
HSL color Cylindrical-coordinate representation of color #8CBAFF: hue angle of 216º 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 #8CBAFF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 186 | 255 | - |
| CMYK | 0.45 | 0.27 | 0 | 0 |
| HSL | 216º | 1% | 0.77% | - |
| HSV(B) | 216º | 0.45% | 1% | - |
| XYZ | 46.42 | 47.91 | 101.41 | - |
| YUV | 180.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 255 | 0.45 | 0.27 | 0 | 0 | 216 | 1 | 0.77 |
| Hex | 8C | BA | FF | 2D | 1B | 0 | 0 | D8 | 64 | 4D |
| Octal | 214 | 272 | 377 | 55 | 33 | 0 | 0 | 330 | 144 | 115 |
| Binary | 10001100 | 10111010 | 11111111 | 101101 | 11011 | 0 | 0 | 11011000 | 1100100 | 1001101 |
Color Harmonies of #8CBAFF
Complementary color
Monochromatic Colors of #8CBAFF
Black with #8CBAFF
Text Example
Text Example
White with #8CBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAFF; }
p { color: rgb(140,186,255); }
H1.HeaderClassName
{
color: #8CBAFF;
}
.AnyTagClassName
{
color: #8CBAFF;
}
</style>
background-color css
<style>
a { background-color: #8CBAFF; }
a { background-color: rgb(140,186,255); }
div.DivClassName
{
background-color: #8CBAFF;
}
.BgClassName
{
background-color: #8CBAFF;
}
</style>
border-color css
<style>
span { border-color: #8CBAFF; }
span { border-color: rgb(140,186,255); }
td.TdClassName
{
border-color: #8CBAFF;
}
.TagClassName
{
border-color: #8CBAFF;
}
</style>