Shades of Light Sky Blue #8BC1F1
Tints of Light Sky Blue #8BC1F1
RGB
CMYK
RGB Variations
Color information
#8BC1F1 (or 0x8BC1F1) is known color: Light Sky Blue. HEX triplet: 8B, C1 and F1. RGB value is (139,193,241). Sum of RGB (Red+Green+Blue) = 139+193+241=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BC1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC1F1 is #743E0E. Grayscale: #B6B6B6. Windows color (decimal): -7618063 or 15843723. OLE color: 15843723.
HSL color Cylindrical-coordinate representation of color #8BC1F1: hue angle of 208.24º 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 #8BC1F1 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 193 | 241 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.05 |
| HSL | 208.24º | 0.78% | 0.75% | - |
| HSV(B) | 208.24º | 0.42% | 0.95% | - |
| XYZ | 45.59 | 49.98 | 90.46 | - |
| YUV | 182.33 | 161.11 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 241 | 0.42 | 0.20 | 0 | 0.05 | 208.24 | 0.78 | 0.75 |
| Hex | 8B | C1 | F1 | 2A | 14 | 0 | 5 | D0 | 4E | 4B |
| Octal | 213 | 301 | 361 | 52 | 24 | 0 | 5 | 320 | 116 | 113 |
| Binary | 10001011 | 11000001 | 11110001 | 101010 | 10100 | 0 | 101 | 11010000 | 1001110 | 1001011 |
Color Harmonies of #8BC1F1
Complementary color
Monochromatic Colors of #8BC1F1
Black with #8BC1F1
Text Example
Text Example
White with #8BC1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC1F1; }
p { color: rgb(139,193,241); }
H1.HeaderClassName
{
color: #8BC1F1;
}
.AnyTagClassName
{
color: #8BC1F1;
}
</style>
background-color css
<style>
a { background-color: #8BC1F1; }
a { background-color: rgb(139,193,241); }
div.DivClassName
{
background-color: #8BC1F1;
}
.BgClassName
{
background-color: #8BC1F1;
}
</style>
border-color css
<style>
span { border-color: #8BC1F1; }
span { border-color: rgb(139,193,241); }
td.TdClassName
{
border-color: #8BC1F1;
}
.TagClassName
{
border-color: #8BC1F1;
}
</style>