Shades of Light Sky Blue #8BC5FF
Tints of Light Sky Blue #8BC5FF
RGB
CMYK
RGB Variations
Color information
#8BC5FF (or 0x8BC5FF) is known color: Light Sky Blue. HEX triplet: 8B, C5 and FF. RGB value is (139,197,255). Sum of RGB (Red+Green+Blue) = 139+197+255=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BC5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC5FF is #743A00. Grayscale: #B9B9B9. Windows color (decimal): -7617025 or 16762251. OLE color: 16762251.
HSL color Cylindrical-coordinate representation of color #8BC5FF: hue angle of 210º 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 #8BC5FF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 197 | 255 | - |
| CMYK | 0.45 | 0.23 | 0 | 0 |
| HSL | 210º | 1% | 0.77% | - |
| HSV(B) | 210º | 0.45% | 1% | - |
| XYZ | 48.66 | 52.64 | 102.2 | - |
| YUV | 186.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 255 | 0.45 | 0.23 | 0 | 0 | 210 | 1 | 0.77 |
| Hex | 8B | C5 | FF | 2D | 17 | 0 | 0 | D2 | 64 | 4D |
| Octal | 213 | 305 | 377 | 55 | 27 | 0 | 0 | 322 | 144 | 115 |
| Binary | 10001011 | 11000101 | 11111111 | 101101 | 10111 | 0 | 0 | 11010010 | 1100100 | 1001101 |
Color Harmonies of #8BC5FF
Complementary color
Monochromatic Colors of #8BC5FF
Black with #8BC5FF
Text Example
Text Example
White with #8BC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC5FF; }
p { color: rgb(139,197,255); }
H1.HeaderClassName
{
color: #8BC5FF;
}
.AnyTagClassName
{
color: #8BC5FF;
}
</style>
background-color css
<style>
a { background-color: #8BC5FF; }
a { background-color: rgb(139,197,255); }
div.DivClassName
{
background-color: #8BC5FF;
}
.BgClassName
{
background-color: #8BC5FF;
}
</style>
border-color css
<style>
span { border-color: #8BC5FF; }
span { border-color: rgb(139,197,255); }
td.TdClassName
{
border-color: #8BC5FF;
}
.TagClassName
{
border-color: #8BC5FF;
}
</style>