Shades of Light Sky Blue #8DD6FB
Tints of Light Sky Blue #8DD6FB
RGB
CMYK
RGB Variations
Color information
#8DD6FB (or 0x8DD6FB) is known color: Light Sky Blue. HEX triplet: 8D, D6 and FB. RGB value is (141,214,251). Sum of RGB (Red+Green+Blue) = 141+214+251=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DD6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD6FB is #722904. Grayscale: #C4C4C4. Windows color (decimal): -7481605 or 16504461. OLE color: 16504461.
HSL color Cylindrical-coordinate representation of color #8DD6FB: hue angle of 200.18º 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 #8DD6FB is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 214 | 251 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.02 |
| HSL | 200.18º | 0.93% | 0.77% | - |
| HSV(B) | 200.18º | 0.44% | 0.98% | - |
| XYZ | 52.44 | 60.72 | 100.22 | - |
| YUV | 196.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 251 | 0.44 | 0.15 | 0 | 0.02 | 200.18 | 0.93 | 0.77 |
| Hex | 8D | D6 | FB | 2C | F | 0 | 2 | C8 | 5D | 4D |
| Octal | 215 | 326 | 373 | 54 | 17 | 0 | 2 | 310 | 135 | 115 |
| Binary | 10001101 | 11010110 | 11111011 | 101100 | 1111 | 0 | 10 | 11001000 | 1011101 | 1001101 |
Color Harmonies of #8DD6FB
Complementary color
Monochromatic Colors of #8DD6FB
Black with #8DD6FB
Text Example
Text Example
White with #8DD6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD6FB; }
p { color: rgb(141,214,251); }
H1.HeaderClassName
{
color: #8DD6FB;
}
.AnyTagClassName
{
color: #8DD6FB;
}
</style>
background-color css
<style>
a { background-color: #8DD6FB; }
a { background-color: rgb(141,214,251); }
div.DivClassName
{
background-color: #8DD6FB;
}
.BgClassName
{
background-color: #8DD6FB;
}
</style>
border-color css
<style>
span { border-color: #8DD6FB; }
span { border-color: rgb(141,214,251); }
td.TdClassName
{
border-color: #8DD6FB;
}
.TagClassName
{
border-color: #8DD6FB;
}
</style>