Shades of Light Sky Blue #8DCDFC
Tints of Light Sky Blue #8DCDFC
RGB
CMYK
RGB Variations
Color information
#8DCDFC (or 0x8DCDFC) is known color: Light Sky Blue. HEX triplet: 8D, CD and FC. RGB value is (141,205,252). Sum of RGB (Red+Green+Blue) = 141+205+252=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DCDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDFC is #723203. Grayscale: #BEBEBE. Windows color (decimal): -7483908 or 16567693. OLE color: 16567693.
HSL color Cylindrical-coordinate representation of color #8DCDFC: hue angle of 205.41º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DCDFC is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 205 | 252 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.01 |
| HSL | 205.41º | 0.95% | 0.77% | - |
| HSV(B) | 205.41º | 0.44% | 0.99% | - |
| XYZ | 50.39 | 56.35 | 100.32 | - |
| YUV | 191.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 252 | 0.44 | 0.19 | 0 | 0.01 | 205.41 | 0.95 | 0.77 |
| Hex | 8D | CD | FC | 2C | 13 | 0 | 1 | CD | 5F | 4D |
| Octal | 215 | 315 | 374 | 54 | 23 | 0 | 1 | 315 | 137 | 115 |
| Binary | 10001101 | 11001101 | 11111100 | 101100 | 10011 | 0 | 1 | 11001101 | 1011111 | 1001101 |
Color Harmonies of #8DCDFC
Complementary color
Monochromatic Colors of #8DCDFC
Black with #8DCDFC
Text Example
Text Example
White with #8DCDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDFC; }
p { color: rgb(141,205,252); }
H1.HeaderClassName
{
color: #8DCDFC;
}
.AnyTagClassName
{
color: #8DCDFC;
}
</style>
background-color css
<style>
a { background-color: #8DCDFC; }
a { background-color: rgb(141,205,252); }
div.DivClassName
{
background-color: #8DCDFC;
}
.BgClassName
{
background-color: #8DCDFC;
}
</style>
border-color css
<style>
span { border-color: #8DCDFC; }
span { border-color: rgb(141,205,252); }
td.TdClassName
{
border-color: #8DCDFC;
}
.TagClassName
{
border-color: #8DCDFC;
}
</style>