Shades of Light Sky Blue #8BBCF1
Tints of Light Sky Blue #8BBCF1
RGB
CMYK
RGB Variations
Color information
#8BBCF1 (or 0x8BBCF1) is known color: Light Sky Blue. HEX triplet: 8B, BC and F1. RGB value is (139,188,241). Sum of RGB (Red+Green+Blue) = 139+188+241=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BBCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCF1 is #74430E. Grayscale: #B3B3B3. Windows color (decimal): -7619343 or 15842443. OLE color: 15842443.
HSL color Cylindrical-coordinate representation of color #8BBCF1: hue angle of 211.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BBCF1 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 188 | 241 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.05 |
| HSL | 211.18º | 0.78% | 0.75% | - |
| HSV(B) | 211.18º | 0.42% | 0.95% | - |
| XYZ | 44.51 | 47.81 | 90.1 | - |
| YUV | 179.39 | 162.77 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 241 | 0.42 | 0.22 | 0 | 0.05 | 211.18 | 0.78 | 0.75 |
| Hex | 8B | BC | F1 | 2A | 16 | 0 | 5 | D3 | 4E | 4B |
| Octal | 213 | 274 | 361 | 52 | 26 | 0 | 5 | 323 | 116 | 113 |
| Binary | 10001011 | 10111100 | 11110001 | 101010 | 10110 | 0 | 101 | 11010011 | 1001110 | 1001011 |
Color Harmonies of #8BBCF1
Complementary color
Monochromatic Colors of #8BBCF1
Black with #8BBCF1
Text Example
Text Example
White with #8BBCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCF1; }
p { color: rgb(139,188,241); }
H1.HeaderClassName
{
color: #8BBCF1;
}
.AnyTagClassName
{
color: #8BBCF1;
}
</style>
background-color css
<style>
a { background-color: #8BBCF1; }
a { background-color: rgb(139,188,241); }
div.DivClassName
{
background-color: #8BBCF1;
}
.BgClassName
{
background-color: #8BBCF1;
}
</style>
border-color css
<style>
span { border-color: #8BBCF1; }
span { border-color: rgb(139,188,241); }
td.TdClassName
{
border-color: #8BBCF1;
}
.TagClassName
{
border-color: #8BBCF1;
}
</style>