Shades of Light Sky Blue #8CBAFC
Tints of Light Sky Blue #8CBAFC
RGB
CMYK
RGB Variations
Color information
#8CBAFC (or 0x8CBAFC) is known color: Light Sky Blue. HEX triplet: 8C, BA and FC. RGB value is (140,186,252). Sum of RGB (Red+Green+Blue) = 140+186+252=578 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.22% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAFC is #734503. Grayscale: #B3B3B3. Windows color (decimal): -7554308 or 16562828. OLE color: 16562828.
HSL color Cylindrical-coordinate representation of color #8CBAFC: hue angle of 215.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CBAFC is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 186 | 252 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.01 |
| HSL | 215.36º | 0.95% | 0.77% | - |
| HSV(B) | 215.36º | 0.44% | 0.99% | - |
| XYZ | 45.94 | 47.72 | 98.89 | - |
| YUV | 179.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 252 | 0.44 | 0.26 | 0 | 0.01 | 215.36 | 0.95 | 0.77 |
| Hex | 8C | BA | FC | 2C | 1A | 0 | 1 | D7 | 5F | 4D |
| Octal | 214 | 272 | 374 | 54 | 32 | 0 | 1 | 327 | 137 | 115 |
| Binary | 10001100 | 10111010 | 11111100 | 101100 | 11010 | 0 | 1 | 11010111 | 1011111 | 1001101 |
Color Harmonies of #8CBAFC
Complementary color
Monochromatic Colors of #8CBAFC
Black with #8CBAFC
Text Example
Text Example
White with #8CBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAFC; }
p { color: rgb(140,186,252); }
H1.HeaderClassName
{
color: #8CBAFC;
}
.AnyTagClassName
{
color: #8CBAFC;
}
</style>
background-color css
<style>
a { background-color: #8CBAFC; }
a { background-color: rgb(140,186,252); }
div.DivClassName
{
background-color: #8CBAFC;
}
.BgClassName
{
background-color: #8CBAFC;
}
</style>
border-color css
<style>
span { border-color: #8CBAFC; }
span { border-color: rgb(140,186,252); }
td.TdClassName
{
border-color: #8CBAFC;
}
.TagClassName
{
border-color: #8CBAFC;
}
</style>