Shades of Light Sky Blue #8BC8FF
Tints of Light Sky Blue #8BC8FF
RGB
CMYK
RGB Variations
Color information
#8BC8FF (or 0x8BC8FF) is known color: Light Sky Blue. HEX triplet: 8B, C8 and FF. RGB value is (139,200,255). Sum of RGB (Red+Green+Blue) = 139+200+255=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC8FF is #743700. Grayscale: #BBBBBB. Windows color (decimal): -7616257 or 16763019. OLE color: 16763019.
HSL color Cylindrical-coordinate representation of color #8BC8FF: hue angle of 208.45º 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 #8BC8FF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 200 | 255 | - |
| CMYK | 0.45 | 0.22 | 0 | 0 |
| HSL | 208.45º | 1% | 0.77% | - |
| HSV(B) | 208.45º | 0.45% | 1% | - |
| XYZ | 49.35 | 54.02 | 102.43 | - |
| YUV | 188.03 | 165.79 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 255 | 0.45 | 0.22 | 0 | 0 | 208.45 | 1 | 0.77 |
| Hex | 8B | C8 | FF | 2D | 16 | 0 | 0 | D0 | 64 | 4D |
| Octal | 213 | 310 | 377 | 55 | 26 | 0 | 0 | 320 | 144 | 115 |
| Binary | 10001011 | 11001000 | 11111111 | 101101 | 10110 | 0 | 0 | 11010000 | 1100100 | 1001101 |
Color Harmonies of #8BC8FF
Complementary color
Monochromatic Colors of #8BC8FF
Black with #8BC8FF
Text Example
Text Example
White with #8BC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC8FF; }
p { color: rgb(139,200,255); }
H1.HeaderClassName
{
color: #8BC8FF;
}
.AnyTagClassName
{
color: #8BC8FF;
}
</style>
background-color css
<style>
a { background-color: #8BC8FF; }
a { background-color: rgb(139,200,255); }
div.DivClassName
{
background-color: #8BC8FF;
}
.BgClassName
{
background-color: #8BC8FF;
}
</style>
border-color css
<style>
span { border-color: #8BC8FF; }
span { border-color: rgb(139,200,255); }
td.TdClassName
{
border-color: #8BC8FF;
}
.TagClassName
{
border-color: #8BC8FF;
}
</style>