Shades of Light Sky Blue #8DD8FF
Tints of Light Sky Blue #8DD8FF
RGB
CMYK
RGB Variations
Color information
#8DD8FF (or 0x8DD8FF) is known color: Light Sky Blue. HEX triplet: 8D, D8 and FF. RGB value is (141,216,255). Sum of RGB (Red+Green+Blue) = 141+216+255=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DD8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD8FF is #722700. Grayscale: #C5C5C5. Windows color (decimal): -7481089 or 16767117. OLE color: 16767117.
HSL color Cylindrical-coordinate representation of color #8DD8FF: hue angle of 200.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DD8FF is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 216 | 255 | - |
| CMYK | 0.45 | 0.15 | 0 | 0 |
| HSL | 200.53º | 1% | 0.78% | - |
| HSV(B) | 200.53º | 0.45% | 1% | - |
| XYZ | 53.59 | 61.99 | 103.75 | - |
| YUV | 198.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 255 | 0.45 | 0.15 | 0 | 0 | 200.53 | 1 | 0.78 |
| Hex | 8D | D8 | FF | 2D | F | 0 | 0 | C9 | 64 | 4E |
| Octal | 215 | 330 | 377 | 55 | 17 | 0 | 0 | 311 | 144 | 116 |
| Binary | 10001101 | 11011000 | 11111111 | 101101 | 1111 | 0 | 0 | 11001001 | 1100100 | 1001110 |
Color Harmonies of #8DD8FF
Complementary color
Monochromatic Colors of #8DD8FF
Black with #8DD8FF
Text Example
Text Example
White with #8DD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD8FF; }
p { color: rgb(141,216,255); }
H1.HeaderClassName
{
color: #8DD8FF;
}
.AnyTagClassName
{
color: #8DD8FF;
}
</style>
background-color css
<style>
a { background-color: #8DD8FF; }
a { background-color: rgb(141,216,255); }
div.DivClassName
{
background-color: #8DD8FF;
}
.BgClassName
{
background-color: #8DD8FF;
}
</style>
border-color css
<style>
span { border-color: #8DD8FF; }
span { border-color: rgb(141,216,255); }
td.TdClassName
{
border-color: #8DD8FF;
}
.TagClassName
{
border-color: #8DD8FF;
}
</style>