Shades of Light Sky Blue #8BC2FD
Tints of Light Sky Blue #8BC2FD
RGB
CMYK
RGB Variations
Color information
#8BC2FD (or 0x8BC2FD) is known color: Light Sky Blue. HEX triplet: 8B, C2 and FD. RGB value is (139,194,253). Sum of RGB (Red+Green+Blue) = 139+194+253=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BC2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC2FD is #743D02. Grayscale: #B7B7B7. Windows color (decimal): -7617795 or 16630411. OLE color: 16630411.
HSL color Cylindrical-coordinate representation of color #8BC2FD: hue angle of 211.05º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BC2FD is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 194 | 253 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.01 |
| HSL | 211.05º | 0.97% | 0.77% | - |
| HSV(B) | 211.05º | 0.45% | 0.99% | - |
| XYZ | 47.67 | 51.16 | 100.29 | - |
| YUV | 184.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 253 | 0.45 | 0.23 | 0 | 0.01 | 211.05 | 0.97 | 0.77 |
| Hex | 8B | C2 | FD | 2D | 17 | 0 | 1 | D3 | 61 | 4D |
| Octal | 213 | 302 | 375 | 55 | 27 | 0 | 1 | 323 | 141 | 115 |
| Binary | 10001011 | 11000010 | 11111101 | 101101 | 10111 | 0 | 1 | 11010011 | 1100001 | 1001101 |
Color Harmonies of #8BC2FD
Complementary color
Monochromatic Colors of #8BC2FD
Black with #8BC2FD
Text Example
Text Example
White with #8BC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC2FD; }
p { color: rgb(139,194,253); }
H1.HeaderClassName
{
color: #8BC2FD;
}
.AnyTagClassName
{
color: #8BC2FD;
}
</style>
background-color css
<style>
a { background-color: #8BC2FD; }
a { background-color: rgb(139,194,253); }
div.DivClassName
{
background-color: #8BC2FD;
}
.BgClassName
{
background-color: #8BC2FD;
}
</style>
border-color css
<style>
span { border-color: #8BC2FD; }
span { border-color: rgb(139,194,253); }
td.TdClassName
{
border-color: #8BC2FD;
}
.TagClassName
{
border-color: #8BC2FD;
}
</style>