Shades of Light Sky Blue #8BD4FB
Tints of Light Sky Blue #8BD4FB
RGB
CMYK
RGB Variations
Color information
#8BD4FB (or 0x8BD4FB) is known color: Light Sky Blue. HEX triplet: 8B, D4 and FB. RGB value is (139,212,251). Sum of RGB (Red+Green+Blue) = 139+212+251=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BD4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD4FB is #742B04. Grayscale: #C2C2C2. Windows color (decimal): -7613189 or 16503947. OLE color: 16503947.
HSL color Cylindrical-coordinate representation of color #8BD4FB: hue angle of 200.89º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BD4FB is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 212 | 251 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.02 |
| HSL | 200.89º | 0.93% | 0.76% | - |
| HSV(B) | 200.89º | 0.45% | 0.98% | - |
| XYZ | 51.6 | 59.54 | 100.04 | - |
| YUV | 194.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 251 | 0.45 | 0.16 | 0 | 0.02 | 200.89 | 0.93 | 0.76 |
| Hex | 8B | D4 | FB | 2D | 10 | 0 | 2 | C9 | 5D | 4C |
| Octal | 213 | 324 | 373 | 55 | 20 | 0 | 2 | 311 | 135 | 114 |
| Binary | 10001011 | 11010100 | 11111011 | 101101 | 10000 | 0 | 10 | 11001001 | 1011101 | 1001100 |
Color Harmonies of #8BD4FB
Complementary color
Monochromatic Colors of #8BD4FB
Black with #8BD4FB
Text Example
Text Example
White with #8BD4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD4FB; }
p { color: rgb(139,212,251); }
H1.HeaderClassName
{
color: #8BD4FB;
}
.AnyTagClassName
{
color: #8BD4FB;
}
</style>
background-color css
<style>
a { background-color: #8BD4FB; }
a { background-color: rgb(139,212,251); }
div.DivClassName
{
background-color: #8BD4FB;
}
.BgClassName
{
background-color: #8BD4FB;
}
</style>
border-color css
<style>
span { border-color: #8BD4FB; }
span { border-color: rgb(139,212,251); }
td.TdClassName
{
border-color: #8BD4FB;
}
.TagClassName
{
border-color: #8BD4FB;
}
</style>