Shades of Light Sky Blue #8BD6FE
Tints of Light Sky Blue #8BD6FE
RGB
CMYK
RGB Variations
Color information
#8BD6FE (or 0x8BD6FE) is known color: Light Sky Blue. HEX triplet: 8B, D6 and FE. RGB value is (139,214,254). Sum of RGB (Red+Green+Blue) = 139+214+254=607 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.90% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BD6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD6FE is #742901. Grayscale: #C3C3C3. Windows color (decimal): -7612674 or 16701067. OLE color: 16701067.
HSL color Cylindrical-coordinate representation of color #8BD6FE: hue angle of 200.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BD6FE is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 214 | 254 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.00 |
| HSL | 200.87º | 0.98% | 0.77% | - |
| HSV(B) | 200.87º | 0.45% | 1% | - |
| XYZ | 52.58 | 60.74 | 102.72 | - |
| YUV | 196.14 | 160.65 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 254 | 0.45 | 0.16 | 0 | 0.00 | 200.87 | 0.98 | 0.77 |
| Hex | 8B | D6 | FE | 2D | 10 | 0 | 0 | C9 | 62 | 4D |
| Octal | 213 | 326 | 376 | 55 | 20 | 0 | 0 | 311 | 142 | 115 |
| Binary | 10001011 | 11010110 | 11111110 | 101101 | 10000 | 0 | 0 | 11001001 | 1100010 | 1001101 |
Color Harmonies of #8BD6FE
Complementary color
Monochromatic Colors of #8BD6FE
Black with #8BD6FE
Text Example
Text Example
White with #8BD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD6FE; }
p { color: rgb(139,214,254); }
H1.HeaderClassName
{
color: #8BD6FE;
}
.AnyTagClassName
{
color: #8BD6FE;
}
</style>
background-color css
<style>
a { background-color: #8BD6FE; }
a { background-color: rgb(139,214,254); }
div.DivClassName
{
background-color: #8BD6FE;
}
.BgClassName
{
background-color: #8BD6FE;
}
</style>
border-color css
<style>
span { border-color: #8BD6FE; }
span { border-color: rgb(139,214,254); }
td.TdClassName
{
border-color: #8BD6FE;
}
.TagClassName
{
border-color: #8BD6FE;
}
</style>