Shades of Light Sky Blue #8DD5FF
Tints of Light Sky Blue #8DD5FF
RGB
CMYK
RGB Variations
Color information
#8DD5FF (or 0x8DD5FF) is known color: Light Sky Blue. HEX triplet: 8D, D5 and FF. RGB value is (141,213,255). Sum of RGB (Red+Green+Blue) = 141+213+255=609 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.15% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD5FF is #722A00. Grayscale: #C4C4C4. Windows color (decimal): -7481857 or 16766349. OLE color: 16766349.
HSL color Cylindrical-coordinate representation of color #8DD5FF: hue angle of 202.11º 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 #8DD5FF is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 213 | 255 | - |
| CMYK | 0.45 | 0.16 | 0 | 0 |
| HSL | 202.11º | 1% | 0.78% | - |
| HSV(B) | 202.11º | 0.45% | 1% | - |
| XYZ | 52.83 | 60.47 | 103.5 | - |
| YUV | 196.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 255 | 0.45 | 0.16 | 0 | 0 | 202.11 | 1 | 0.78 |
| Hex | 8D | D5 | FF | 2D | 10 | 0 | 0 | CA | 64 | 4E |
| Octal | 215 | 325 | 377 | 55 | 20 | 0 | 0 | 312 | 144 | 116 |
| Binary | 10001101 | 11010101 | 11111111 | 101101 | 10000 | 0 | 0 | 11001010 | 1100100 | 1001110 |
Color Harmonies of #8DD5FF
Complementary color
Monochromatic Colors of #8DD5FF
Black with #8DD5FF
Text Example
Text Example
White with #8DD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD5FF; }
p { color: rgb(141,213,255); }
H1.HeaderClassName
{
color: #8DD5FF;
}
.AnyTagClassName
{
color: #8DD5FF;
}
</style>
background-color css
<style>
a { background-color: #8DD5FF; }
a { background-color: rgb(141,213,255); }
div.DivClassName
{
background-color: #8DD5FF;
}
.BgClassName
{
background-color: #8DD5FF;
}
</style>
border-color css
<style>
span { border-color: #8DD5FF; }
span { border-color: rgb(141,213,255); }
td.TdClassName
{
border-color: #8DD5FF;
}
.TagClassName
{
border-color: #8DD5FF;
}
</style>