Shades of Light Sky Blue #8DD2FA
Tints of Light Sky Blue #8DD2FA
RGB
CMYK
RGB Variations
Color information
#8DD2FA (or 0x8DD2FA) is known color: Light Sky Blue. HEX triplet: 8D, D2 and FA. RGB value is (141,210,250). Sum of RGB (Red+Green+Blue) = 141+210+250=601 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.46% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DD2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD2FA is #722D05. Grayscale: #C1C1C1. Windows color (decimal): -7482630 or 16437901. OLE color: 16437901.
HSL color Cylindrical-coordinate representation of color #8DD2FA: hue angle of 202.02º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DD2FA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 210 | 250 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.02 |
| HSL | 202.02º | 0.92% | 0.77% | - |
| HSV(B) | 202.02º | 0.44% | 0.98% | - |
| XYZ | 51.29 | 58.66 | 99.06 | - |
| YUV | 193.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 250 | 0.44 | 0.16 | 0 | 0.02 | 202.02 | 0.92 | 0.77 |
| Hex | 8D | D2 | FA | 2C | 10 | 0 | 2 | CA | 5C | 4D |
| Octal | 215 | 322 | 372 | 54 | 20 | 0 | 2 | 312 | 134 | 115 |
| Binary | 10001101 | 11010010 | 11111010 | 101100 | 10000 | 0 | 10 | 11001010 | 1011100 | 1001101 |
Color Harmonies of #8DD2FA
Complementary color
Monochromatic Colors of #8DD2FA
Black with #8DD2FA
Text Example
Text Example
White with #8DD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD2FA; }
p { color: rgb(141,210,250); }
H1.HeaderClassName
{
color: #8DD2FA;
}
.AnyTagClassName
{
color: #8DD2FA;
}
</style>
background-color css
<style>
a { background-color: #8DD2FA; }
a { background-color: rgb(141,210,250); }
div.DivClassName
{
background-color: #8DD2FA;
}
.BgClassName
{
background-color: #8DD2FA;
}
</style>
border-color css
<style>
span { border-color: #8DD2FA; }
span { border-color: rgb(141,210,250); }
td.TdClassName
{
border-color: #8DD2FA;
}
.TagClassName
{
border-color: #8DD2FA;
}
</style>