Shades of Light Sky Blue #8BCBFF
Tints of Light Sky Blue #8BCBFF
RGB
CMYK
RGB Variations
Color information
#8BCBFF (or 0x8BCBFF) is known color: Light Sky Blue. HEX triplet: 8B, CB and FF. RGB value is (139,203,255). Sum of RGB (Red+Green+Blue) = 139+203+255=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCBFF is #743400. Grayscale: #BDBDBD. Windows color (decimal): -7615489 or 16763787. OLE color: 16763787.
HSL color Cylindrical-coordinate representation of color #8BCBFF: hue angle of 206.9º 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 #8BCBFF is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 203 | 255 | - |
| CMYK | 0.45 | 0.20 | 0 | 0 |
| HSL | 206.9º | 1% | 0.77% | - |
| HSV(B) | 206.9º | 0.45% | 1% | - |
| XYZ | 50.05 | 55.42 | 102.67 | - |
| YUV | 189.79 | 164.8 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 255 | 0.45 | 0.20 | 0 | 0 | 206.9 | 1 | 0.77 |
| Hex | 8B | CB | FF | 2D | 14 | 0 | 0 | CF | 64 | 4D |
| Octal | 213 | 313 | 377 | 55 | 24 | 0 | 0 | 317 | 144 | 115 |
| Binary | 10001011 | 11001011 | 11111111 | 101101 | 10100 | 0 | 0 | 11001111 | 1100100 | 1001101 |
Color Harmonies of #8BCBFF
Complementary color
Monochromatic Colors of #8BCBFF
Black with #8BCBFF
Text Example
Text Example
White with #8BCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBFF; }
p { color: rgb(139,203,255); }
H1.HeaderClassName
{
color: #8BCBFF;
}
.AnyTagClassName
{
color: #8BCBFF;
}
</style>
background-color css
<style>
a { background-color: #8BCBFF; }
a { background-color: rgb(139,203,255); }
div.DivClassName
{
background-color: #8BCBFF;
}
.BgClassName
{
background-color: #8BCBFF;
}
</style>
border-color css
<style>
span { border-color: #8BCBFF; }
span { border-color: rgb(139,203,255); }
td.TdClassName
{
border-color: #8BCBFF;
}
.TagClassName
{
border-color: #8BCBFF;
}
</style>