Shades of Light Sky Blue #8BD1FF
Tints of Light Sky Blue #8BD1FF
RGB
CMYK
RGB Variations
Color information
#8BD1FF (or 0x8BD1FF) is known color: Light Sky Blue. HEX triplet: 8B, D1 and FF. RGB value is (139,209,255). Sum of RGB (Red+Green+Blue) = 139+209+255=603 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.05% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BD1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD1FF is #742E00. Grayscale: #C1C1C1. Windows color (decimal): -7613953 or 16765323. OLE color: 16765323.
HSL color Cylindrical-coordinate representation of color #8BD1FF: hue angle of 203.79º 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 #8BD1FF is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 209 | 255 | - |
| CMYK | 0.45 | 0.18 | 0 | 0 |
| HSL | 203.79º | 1% | 0.77% | - |
| HSV(B) | 203.79º | 0.45% | 1% | - |
| XYZ | 51.5 | 58.31 | 103.15 | - |
| YUV | 193.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 255 | 0.45 | 0.18 | 0 | 0 | 203.79 | 1 | 0.77 |
| Hex | 8B | D1 | FF | 2D | 12 | 0 | 0 | CC | 64 | 4D |
| Octal | 213 | 321 | 377 | 55 | 22 | 0 | 0 | 314 | 144 | 115 |
| Binary | 10001011 | 11010001 | 11111111 | 101101 | 10010 | 0 | 0 | 11001100 | 1100100 | 1001101 |
Color Harmonies of #8BD1FF
Complementary color
Monochromatic Colors of #8BD1FF
Black with #8BD1FF
Text Example
Text Example
White with #8BD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD1FF; }
p { color: rgb(139,209,255); }
H1.HeaderClassName
{
color: #8BD1FF;
}
.AnyTagClassName
{
color: #8BD1FF;
}
</style>
background-color css
<style>
a { background-color: #8BD1FF; }
a { background-color: rgb(139,209,255); }
div.DivClassName
{
background-color: #8BD1FF;
}
.BgClassName
{
background-color: #8BD1FF;
}
</style>
border-color css
<style>
span { border-color: #8BD1FF; }
span { border-color: rgb(139,209,255); }
td.TdClassName
{
border-color: #8BD1FF;
}
.TagClassName
{
border-color: #8BD1FF;
}
</style>