Shades of Light Sky Blue #8BD2FA
Tints of Light Sky Blue #8BD2FA
RGB
CMYK
RGB Variations
Color information
#8BD2FA (or 0x8BD2FA) is known color: Light Sky Blue. HEX triplet: 8B, D2 and FA. RGB value is (139,210,250). Sum of RGB (Red+Green+Blue) = 139+210+250=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BD2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD2FA is #742D05. Grayscale: #C1C1C1. Windows color (decimal): -7613702 or 16437899. OLE color: 16437899.
HSL color Cylindrical-coordinate representation of color #8BD2FA: hue angle of 201.62º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BD2FA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 210 | 250 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.02 |
| HSL | 201.62º | 0.92% | 0.76% | - |
| HSV(B) | 201.62º | 0.44% | 0.98% | - |
| XYZ | 50.95 | 58.48 | 99.05 | - |
| YUV | 193.33 | 159.98 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 250 | 0.44 | 0.16 | 0 | 0.02 | 201.62 | 0.92 | 0.76 |
| Hex | 8B | D2 | FA | 2C | 10 | 0 | 2 | CA | 5C | 4C |
| Octal | 213 | 322 | 372 | 54 | 20 | 0 | 2 | 312 | 134 | 114 |
| Binary | 10001011 | 11010010 | 11111010 | 101100 | 10000 | 0 | 10 | 11001010 | 1011100 | 1001100 |
Color Harmonies of #8BD2FA
Complementary color
Monochromatic Colors of #8BD2FA
Black with #8BD2FA
Text Example
Text Example
White with #8BD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD2FA; }
p { color: rgb(139,210,250); }
H1.HeaderClassName
{
color: #8BD2FA;
}
.AnyTagClassName
{
color: #8BD2FA;
}
</style>
background-color css
<style>
a { background-color: #8BD2FA; }
a { background-color: rgb(139,210,250); }
div.DivClassName
{
background-color: #8BD2FA;
}
.BgClassName
{
background-color: #8BD2FA;
}
</style>
border-color css
<style>
span { border-color: #8BD2FA; }
span { border-color: rgb(139,210,250); }
td.TdClassName
{
border-color: #8BD2FA;
}
.TagClassName
{
border-color: #8BD2FA;
}
</style>