Shades of Light Sky Blue #8DD1FB
Tints of Light Sky Blue #8DD1FB
RGB
CMYK
RGB Variations
Color information
#8DD1FB (or 0x8DD1FB) is known color: Light Sky Blue. HEX triplet: 8D, D1 and FB. RGB value is (141,209,251). Sum of RGB (Red+Green+Blue) = 141+209+251=601 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.46% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DD1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD1FB is #722E04. Grayscale: #C1C1C1. Windows color (decimal): -7482885 or 16503181. OLE color: 16503181.
HSL color Cylindrical-coordinate representation of color #8DD1FB: hue angle of 202.91º degrees, saturation: 0.93, 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 #8DD1FB is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 209 | 251 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.02 |
| HSL | 202.91º | 0.93% | 0.77% | - |
| HSV(B) | 202.91º | 0.44% | 0.98% | - |
| XYZ | 51.2 | 58.23 | 99.81 | - |
| YUV | 193.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 251 | 0.44 | 0.17 | 0 | 0.02 | 202.91 | 0.93 | 0.77 |
| Hex | 8D | D1 | FB | 2C | 11 | 0 | 2 | CB | 5D | 4D |
| Octal | 215 | 321 | 373 | 54 | 21 | 0 | 2 | 313 | 135 | 115 |
| Binary | 10001101 | 11010001 | 11111011 | 101100 | 10001 | 0 | 10 | 11001011 | 1011101 | 1001101 |
Color Harmonies of #8DD1FB
Complementary color
Monochromatic Colors of #8DD1FB
Black with #8DD1FB
Text Example
Text Example
White with #8DD1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD1FB; }
p { color: rgb(141,209,251); }
H1.HeaderClassName
{
color: #8DD1FB;
}
.AnyTagClassName
{
color: #8DD1FB;
}
</style>
background-color css
<style>
a { background-color: #8DD1FB; }
a { background-color: rgb(141,209,251); }
div.DivClassName
{
background-color: #8DD1FB;
}
.BgClassName
{
background-color: #8DD1FB;
}
</style>
border-color css
<style>
span { border-color: #8DD1FB; }
span { border-color: rgb(141,209,251); }
td.TdClassName
{
border-color: #8DD1FB;
}
.TagClassName
{
border-color: #8DD1FB;
}
</style>