Shades of Light Sky Blue #8BBCF2
Tints of Light Sky Blue #8BBCF2
RGB
CMYK
RGB Variations
Color information
#8BBCF2 (or 0x8BBCF2) is known color: Light Sky Blue. HEX triplet: 8B, BC and F2. RGB value is (139,188,242). Sum of RGB (Red+Green+Blue) = 139+188+242=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #8BBCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCF2 is #74430D. Grayscale: #B3B3B3. Windows color (decimal): -7619342 or 15907979. OLE color: 15907979.
HSL color Cylindrical-coordinate representation of color #8BBCF2: hue angle of 211.46º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BBCF2 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 188 | 242 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.05 |
| HSL | 211.46º | 0.8% | 0.75% | - |
| HSV(B) | 211.46º | 0.43% | 0.95% | - |
| XYZ | 44.66 | 47.87 | 90.89 | - |
| YUV | 179.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 242 | 0.43 | 0.22 | 0 | 0.05 | 211.46 | 0.8 | 0.75 |
| Hex | 8B | BC | F2 | 2B | 16 | 0 | 5 | D3 | 50 | 4B |
| Octal | 213 | 274 | 362 | 53 | 26 | 0 | 5 | 323 | 120 | 113 |
| Binary | 10001011 | 10111100 | 11110010 | 101011 | 10110 | 0 | 101 | 11010011 | 1010000 | 1001011 |
Color Harmonies of #8BBCF2
Complementary color
Monochromatic Colors of #8BBCF2
Black with #8BBCF2
Text Example
Text Example
White with #8BBCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCF2; }
p { color: rgb(139,188,242); }
H1.HeaderClassName
{
color: #8BBCF2;
}
.AnyTagClassName
{
color: #8BBCF2;
}
</style>
background-color css
<style>
a { background-color: #8BBCF2; }
a { background-color: rgb(139,188,242); }
div.DivClassName
{
background-color: #8BBCF2;
}
.BgClassName
{
background-color: #8BBCF2;
}
</style>
border-color css
<style>
span { border-color: #8BBCF2; }
span { border-color: rgb(139,188,242); }
td.TdClassName
{
border-color: #8BBCF2;
}
.TagClassName
{
border-color: #8BBCF2;
}
</style>