Shades of Light Sky Blue #8DCDF8
Tints of Light Sky Blue #8DCDF8
RGB
CMYK
RGB Variations
Color information
#8DCDF8 (or 0x8DCDF8) is known color: Light Sky Blue. HEX triplet: 8D, CD and F8. RGB value is (141,205,248). Sum of RGB (Red+Green+Blue) = 141+205+248=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DCDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDF8 is #723207. Grayscale: #BEBEBE. Windows color (decimal): -7483912 or 16305549. OLE color: 16305549.
HSL color Cylindrical-coordinate representation of color #8DCDF8: hue angle of 204.11º 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 #8DCDF8 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 205 | 248 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.03 |
| HSL | 204.11º | 0.88% | 0.76% | - |
| HSV(B) | 204.11º | 0.43% | 0.97% | - |
| XYZ | 49.76 | 56.1 | 97.01 | - |
| YUV | 190.77 | 160.3 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 248 | 0.43 | 0.17 | 0 | 0.03 | 204.11 | 0.88 | 0.76 |
| Hex | 8D | CD | F8 | 2B | 11 | 0 | 3 | CC | 58 | 4C |
| Octal | 215 | 315 | 370 | 53 | 21 | 0 | 3 | 314 | 130 | 114 |
| Binary | 10001101 | 11001101 | 11111000 | 101011 | 10001 | 0 | 11 | 11001100 | 1011000 | 1001100 |
Color Harmonies of #8DCDF8
Complementary color
Monochromatic Colors of #8DCDF8
Black with #8DCDF8
Text Example
Text Example
White with #8DCDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDF8; }
p { color: rgb(141,205,248); }
H1.HeaderClassName
{
color: #8DCDF8;
}
.AnyTagClassName
{
color: #8DCDF8;
}
</style>
background-color css
<style>
a { background-color: #8DCDF8; }
a { background-color: rgb(141,205,248); }
div.DivClassName
{
background-color: #8DCDF8;
}
.BgClassName
{
background-color: #8DCDF8;
}
</style>
border-color css
<style>
span { border-color: #8DCDF8; }
span { border-color: rgb(141,205,248); }
td.TdClassName
{
border-color: #8DCDF8;
}
.TagClassName
{
border-color: #8DCDF8;
}
</style>