Shades of Light Sky Blue #8CC2FB
Tints of Light Sky Blue #8CC2FB
RGB
CMYK
RGB Variations
Color information
#8CC2FB (or 0x8CC2FB) is known color: Light Sky Blue. HEX triplet: 8C, C2 and FB. RGB value is (140,194,251). Sum of RGB (Red+Green+Blue) = 140+194+251=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CC2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC2FB is #733D04. Grayscale: #B8B8B8. Windows color (decimal): -7552261 or 16499340. OLE color: 16499340.
HSL color Cylindrical-coordinate representation of color #8CC2FB: hue angle of 210.81º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CC2FB is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 194 | 251 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.02 |
| HSL | 210.81º | 0.93% | 0.77% | - |
| HSV(B) | 210.81º | 0.44% | 0.98% | - |
| XYZ | 47.52 | 51.12 | 98.63 | - |
| YUV | 184.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 251 | 0.44 | 0.23 | 0 | 0.02 | 210.81 | 0.93 | 0.77 |
| Hex | 8C | C2 | FB | 2C | 17 | 0 | 2 | D3 | 5D | 4D |
| Octal | 214 | 302 | 373 | 54 | 27 | 0 | 2 | 323 | 135 | 115 |
| Binary | 10001100 | 11000010 | 11111011 | 101100 | 10111 | 0 | 10 | 11010011 | 1011101 | 1001101 |
Color Harmonies of #8CC2FB
Complementary color
Monochromatic Colors of #8CC2FB
Black with #8CC2FB
Text Example
Text Example
White with #8CC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC2FB; }
p { color: rgb(140,194,251); }
H1.HeaderClassName
{
color: #8CC2FB;
}
.AnyTagClassName
{
color: #8CC2FB;
}
</style>
background-color css
<style>
a { background-color: #8CC2FB; }
a { background-color: rgb(140,194,251); }
div.DivClassName
{
background-color: #8CC2FB;
}
.BgClassName
{
background-color: #8CC2FB;
}
</style>
border-color css
<style>
span { border-color: #8CC2FB; }
span { border-color: rgb(140,194,251); }
td.TdClassName
{
border-color: #8CC2FB;
}
.TagClassName
{
border-color: #8CC2FB;
}
</style>