Shades of Light Sky Blue #8DCDFE
Tints of Light Sky Blue #8DCDFE
RGB
CMYK
RGB Variations
Color information
#8DCDFE (or 0x8DCDFE) is known color: Light Sky Blue. HEX triplet: 8D, CD and FE. RGB value is (141,205,254). Sum of RGB (Red+Green+Blue) = 141+205+254=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DCDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDFE is #723201. Grayscale: #BFBFBF. Windows color (decimal): -7483906 or 16698765. OLE color: 16698765.
HSL color Cylindrical-coordinate representation of color #8DCDFE: hue angle of 206.02º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DCDFE is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 205 | 254 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.00 |
| HSL | 206.02º | 0.98% | 0.77% | - |
| HSV(B) | 206.02º | 0.44% | 1% | - |
| XYZ | 50.71 | 56.48 | 102 | - |
| YUV | 191.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 254 | 0.44 | 0.19 | 0 | 0.00 | 206.02 | 0.98 | 0.77 |
| Hex | 8D | CD | FE | 2C | 13 | 0 | 0 | CE | 62 | 4D |
| Octal | 215 | 315 | 376 | 54 | 23 | 0 | 0 | 316 | 142 | 115 |
| Binary | 10001101 | 11001101 | 11111110 | 101100 | 10011 | 0 | 0 | 11001110 | 1100010 | 1001101 |
Color Harmonies of #8DCDFE
Complementary color
Monochromatic Colors of #8DCDFE
Black with #8DCDFE
Text Example
Text Example
White with #8DCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDFE; }
p { color: rgb(141,205,254); }
H1.HeaderClassName
{
color: #8DCDFE;
}
.AnyTagClassName
{
color: #8DCDFE;
}
</style>
background-color css
<style>
a { background-color: #8DCDFE; }
a { background-color: rgb(141,205,254); }
div.DivClassName
{
background-color: #8DCDFE;
}
.BgClassName
{
background-color: #8DCDFE;
}
</style>
border-color css
<style>
span { border-color: #8DCDFE; }
span { border-color: rgb(141,205,254); }
td.TdClassName
{
border-color: #8DCDFE;
}
.TagClassName
{
border-color: #8DCDFE;
}
</style>