Shades of Light Sky Blue #8BD3F5
Tints of Light Sky Blue #8BD3F5
RGB
CMYK
RGB Variations
Color information
#8BD3F5 (or 0x8BD3F5) is known color: Light Sky Blue. HEX triplet: 8B, D3 and F5. RGB value is (139,211,245). Sum of RGB (Red+Green+Blue) = 139+211+245=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #8BD3F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD3F5 is #742C0A. Grayscale: #C1C1C1. Windows color (decimal): -7613451 or 16110475. OLE color: 16110475.
HSL color Cylindrical-coordinate representation of color #8BD3F5: hue angle of 199.25º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BD3F5 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 211 | 245 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.04 |
| HSL | 199.25º | 0.84% | 0.75% | - |
| HSV(B) | 199.25º | 0.43% | 0.96% | - |
| XYZ | 50.42 | 58.67 | 95.05 | - |
| YUV | 193.35 | 157.15 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 245 | 0.43 | 0.14 | 0 | 0.04 | 199.25 | 0.84 | 0.75 |
| Hex | 8B | D3 | F5 | 2B | E | 0 | 4 | C7 | 54 | 4B |
| Octal | 213 | 323 | 365 | 53 | 16 | 0 | 4 | 307 | 124 | 113 |
| Binary | 10001011 | 11010011 | 11110101 | 101011 | 1110 | 0 | 100 | 11000111 | 1010100 | 1001011 |
Color Harmonies of #8BD3F5
Complementary color
Monochromatic Colors of #8BD3F5
Black with #8BD3F5
Text Example
Text Example
White with #8BD3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD3F5; }
p { color: rgb(139,211,245); }
H1.HeaderClassName
{
color: #8BD3F5;
}
.AnyTagClassName
{
color: #8BD3F5;
}
</style>
background-color css
<style>
a { background-color: #8BD3F5; }
a { background-color: rgb(139,211,245); }
div.DivClassName
{
background-color: #8BD3F5;
}
.BgClassName
{
background-color: #8BD3F5;
}
</style>
border-color css
<style>
span { border-color: #8BD3F5; }
span { border-color: rgb(139,211,245); }
td.TdClassName
{
border-color: #8BD3F5;
}
.TagClassName
{
border-color: #8BD3F5;
}
</style>