Shades of Light Sky Blue #8BCFFE
Tints of Light Sky Blue #8BCFFE
RGB
CMYK
RGB Variations
Color information
#8BCFFE (or 0x8BCFFE) is known color: Light Sky Blue. HEX triplet: 8B, CF and FE. RGB value is (139,207,254). Sum of RGB (Red+Green+Blue) = 139+207+254=600 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.17% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BCFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFFE is #743001. Grayscale: #BFBFBF. Windows color (decimal): -7614466 or 16699275. OLE color: 16699275.
HSL color Cylindrical-coordinate representation of color #8BCFFE: hue angle of 204.52º 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 #8BCFFE is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 207 | 254 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.00 |
| HSL | 204.52º | 0.98% | 0.77% | - |
| HSV(B) | 204.52º | 0.45% | 1% | - |
| XYZ | 50.85 | 57.27 | 102.14 | - |
| YUV | 192.03 | 162.97 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 254 | 0.45 | 0.19 | 0 | 0.00 | 204.52 | 0.98 | 0.77 |
| Hex | 8B | CF | FE | 2D | 13 | 0 | 0 | CD | 62 | 4D |
| Octal | 213 | 317 | 376 | 55 | 23 | 0 | 0 | 315 | 142 | 115 |
| Binary | 10001011 | 11001111 | 11111110 | 101101 | 10011 | 0 | 0 | 11001101 | 1100010 | 1001101 |
Color Harmonies of #8BCFFE
Complementary color
Monochromatic Colors of #8BCFFE
Black with #8BCFFE
Text Example
Text Example
White with #8BCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFFE; }
p { color: rgb(139,207,254); }
H1.HeaderClassName
{
color: #8BCFFE;
}
.AnyTagClassName
{
color: #8BCFFE;
}
</style>
background-color css
<style>
a { background-color: #8BCFFE; }
a { background-color: rgb(139,207,254); }
div.DivClassName
{
background-color: #8BCFFE;
}
.BgClassName
{
background-color: #8BCFFE;
}
</style>
border-color css
<style>
span { border-color: #8BCFFE; }
span { border-color: rgb(139,207,254); }
td.TdClassName
{
border-color: #8BCFFE;
}
.TagClassName
{
border-color: #8BCFFE;
}
</style>