Shades of Light Sky Blue #8DD8F9
Tints of Light Sky Blue #8DD8F9
RGB
CMYK
RGB Variations
Color information
#8DD8F9 (or 0x8DD8F9) is known color: Light Sky Blue. HEX triplet: 8D, D8 and F9. RGB value is (141,216,249). Sum of RGB (Red+Green+Blue) = 141+216+249=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DD8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD8F9 is #722706. Grayscale: #C5C5C5. Windows color (decimal): -7481095 or 16373901. OLE color: 16373901.
HSL color Cylindrical-coordinate representation of color #8DD8F9: hue angle of 198.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DD8F9 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 216 | 249 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.02 |
| HSL | 198.33º | 0.9% | 0.76% | - |
| HSV(B) | 198.33º | 0.43% | 0.98% | - |
| XYZ | 52.64 | 61.61 | 98.74 | - |
| YUV | 197.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 249 | 0.43 | 0.13 | 0 | 0.02 | 198.33 | 0.9 | 0.76 |
| Hex | 8D | D8 | F9 | 2B | D | 0 | 2 | C6 | 5A | 4C |
| Octal | 215 | 330 | 371 | 53 | 15 | 0 | 2 | 306 | 132 | 114 |
| Binary | 10001101 | 11011000 | 11111001 | 101011 | 1101 | 0 | 10 | 11000110 | 1011010 | 1001100 |
Color Harmonies of #8DD8F9
Complementary color
Monochromatic Colors of #8DD8F9
Black with #8DD8F9
Text Example
Text Example
White with #8DD8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD8F9; }
p { color: rgb(141,216,249); }
H1.HeaderClassName
{
color: #8DD8F9;
}
.AnyTagClassName
{
color: #8DD8F9;
}
</style>
background-color css
<style>
a { background-color: #8DD8F9; }
a { background-color: rgb(141,216,249); }
div.DivClassName
{
background-color: #8DD8F9;
}
.BgClassName
{
background-color: #8DD8F9;
}
</style>
border-color css
<style>
span { border-color: #8DD8F9; }
span { border-color: rgb(141,216,249); }
td.TdClassName
{
border-color: #8DD8F9;
}
.TagClassName
{
border-color: #8DD8F9;
}
</style>