Shades of Light Sky Blue #8DD2FF
Tints of Light Sky Blue #8DD2FF
RGB
CMYK
RGB Variations
Color information
#8DD2FF (or 0x8DD2FF) is known color: Light Sky Blue. HEX triplet: 8D, D2 and FF. RGB value is (141,210,255). Sum of RGB (Red+Green+Blue) = 141+210+255=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD2FF is #722D00. Grayscale: #C2C2C2. Windows color (decimal): -7482625 or 16765581. OLE color: 16765581.
HSL color Cylindrical-coordinate representation of color #8DD2FF: hue angle of 203.68º 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 #8DD2FF is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 210 | 255 | - |
| CMYK | 0.45 | 0.18 | 0 | 0 |
| HSL | 203.68º | 1% | 0.78% | - |
| HSV(B) | 203.68º | 0.45% | 1% | - |
| XYZ | 52.08 | 58.98 | 103.25 | - |
| YUV | 194.5 | 162.14 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 255 | 0.45 | 0.18 | 0 | 0 | 203.68 | 1 | 0.78 |
| Hex | 8D | D2 | FF | 2D | 12 | 0 | 0 | CC | 64 | 4E |
| Octal | 215 | 322 | 377 | 55 | 22 | 0 | 0 | 314 | 144 | 116 |
| Binary | 10001101 | 11010010 | 11111111 | 101101 | 10010 | 0 | 0 | 11001100 | 1100100 | 1001110 |
Color Harmonies of #8DD2FF
Complementary color
Monochromatic Colors of #8DD2FF
Black with #8DD2FF
Text Example
Text Example
White with #8DD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD2FF; }
p { color: rgb(141,210,255); }
H1.HeaderClassName
{
color: #8DD2FF;
}
.AnyTagClassName
{
color: #8DD2FF;
}
</style>
background-color css
<style>
a { background-color: #8DD2FF; }
a { background-color: rgb(141,210,255); }
div.DivClassName
{
background-color: #8DD2FF;
}
.BgClassName
{
background-color: #8DD2FF;
}
</style>
border-color css
<style>
span { border-color: #8DD2FF; }
span { border-color: rgb(141,210,255); }
td.TdClassName
{
border-color: #8DD2FF;
}
.TagClassName
{
border-color: #8DD2FF;
}
</style>