Shades of Light Sky Blue #8DD4F8
Tints of Light Sky Blue #8DD4F8
RGB
CMYK
RGB Variations
Color information
#8DD4F8 (or 0x8DD4F8) is known color: Light Sky Blue. HEX triplet: 8D, D4 and F8. RGB value is (141,212,248). Sum of RGB (Red+Green+Blue) = 141+212+248=601 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.46% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DD4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD4F8 is #722B07. Grayscale: #C2C2C2. Windows color (decimal): -7482120 or 16307341. OLE color: 16307341.
HSL color Cylindrical-coordinate representation of color #8DD4F8: hue angle of 200.19º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DD4F8 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 212 | 248 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.03 |
| HSL | 200.19º | 0.88% | 0.76% | - |
| HSV(B) | 200.19º | 0.43% | 0.97% | - |
| XYZ | 51.47 | 59.53 | 97.58 | - |
| YUV | 194.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 212 | 248 | 0.43 | 0.15 | 0 | 0.03 | 200.19 | 0.88 | 0.76 |
| Hex | 8D | D4 | F8 | 2B | F | 0 | 3 | C8 | 58 | 4C |
| Octal | 215 | 324 | 370 | 53 | 17 | 0 | 3 | 310 | 130 | 114 |
| Binary | 10001101 | 11010100 | 11111000 | 101011 | 1111 | 0 | 11 | 11001000 | 1011000 | 1001100 |
Color Harmonies of #8DD4F8
Complementary color
Monochromatic Colors of #8DD4F8
Black with #8DD4F8
Text Example
Text Example
White with #8DD4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD4F8; }
p { color: rgb(141,212,248); }
H1.HeaderClassName
{
color: #8DD4F8;
}
.AnyTagClassName
{
color: #8DD4F8;
}
</style>
background-color css
<style>
a { background-color: #8DD4F8; }
a { background-color: rgb(141,212,248); }
div.DivClassName
{
background-color: #8DD4F8;
}
.BgClassName
{
background-color: #8DD4F8;
}
</style>
border-color css
<style>
span { border-color: #8DD4F8; }
span { border-color: rgb(141,212,248); }
td.TdClassName
{
border-color: #8DD4F8;
}
.TagClassName
{
border-color: #8DD4F8;
}
</style>