Shades of Light Sky Blue #8BC1F3
Tints of Light Sky Blue #8BC1F3
RGB
CMYK
RGB Variations
Color information
#8BC1F3 (or 0x8BC1F3) is known color: Light Sky Blue. HEX triplet: 8B, C1 and F3. RGB value is (139,193,243). Sum of RGB (Red+Green+Blue) = 139+193+243=575 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.17% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BC1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC1F3 is #743E0C. Grayscale: #B6B6B6. Windows color (decimal): -7618061 or 15974795. OLE color: 15974795.
HSL color Cylindrical-coordinate representation of color #8BC1F3: hue angle of 208.85º degrees, saturation: 0.81, 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 #8BC1F3 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 193 | 243 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.05 |
| HSL | 208.85º | 0.81% | 0.75% | - |
| HSV(B) | 208.85º | 0.43% | 0.95% | - |
| XYZ | 45.9 | 50.1 | 92.05 | - |
| YUV | 182.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 243 | 0.43 | 0.21 | 0 | 0.05 | 208.85 | 0.81 | 0.75 |
| Hex | 8B | C1 | F3 | 2B | 15 | 0 | 5 | D1 | 51 | 4B |
| Octal | 213 | 301 | 363 | 53 | 25 | 0 | 5 | 321 | 121 | 113 |
| Binary | 10001011 | 11000001 | 11110011 | 101011 | 10101 | 0 | 101 | 11010001 | 1010001 | 1001011 |
Color Harmonies of #8BC1F3
Complementary color
Monochromatic Colors of #8BC1F3
Black with #8BC1F3
Text Example
Text Example
White with #8BC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC1F3; }
p { color: rgb(139,193,243); }
H1.HeaderClassName
{
color: #8BC1F3;
}
.AnyTagClassName
{
color: #8BC1F3;
}
</style>
background-color css
<style>
a { background-color: #8BC1F3; }
a { background-color: rgb(139,193,243); }
div.DivClassName
{
background-color: #8BC1F3;
}
.BgClassName
{
background-color: #8BC1F3;
}
</style>
border-color css
<style>
span { border-color: #8BC1F3; }
span { border-color: rgb(139,193,243); }
td.TdClassName
{
border-color: #8BC1F3;
}
.TagClassName
{
border-color: #8BC1F3;
}
</style>