Shades of Light Sky Blue #8DCDFB
Tints of Light Sky Blue #8DCDFB
RGB
CMYK
RGB Variations
Color information
#8DCDFB (or 0x8DCDFB) is known color: Light Sky Blue. HEX triplet: 8D, CD and FB. RGB value is (141,205,251). Sum of RGB (Red+Green+Blue) = 141+205+251=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DCDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDFB is #723204. Grayscale: #BEBEBE. Windows color (decimal): -7483909 or 16502157. OLE color: 16502157.
HSL color Cylindrical-coordinate representation of color #8DCDFB: hue angle of 205.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DCDFB is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 205 | 251 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.02 |
| HSL | 205.09º | 0.93% | 0.77% | - |
| HSV(B) | 205.09º | 0.44% | 0.98% | - |
| XYZ | 50.23 | 56.29 | 99.48 | - |
| YUV | 191.11 | 161.8 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 251 | 0.44 | 0.18 | 0 | 0.02 | 205.09 | 0.93 | 0.77 |
| Hex | 8D | CD | FB | 2C | 12 | 0 | 2 | CD | 5D | 4D |
| Octal | 215 | 315 | 373 | 54 | 22 | 0 | 2 | 315 | 135 | 115 |
| Binary | 10001101 | 11001101 | 11111011 | 101100 | 10010 | 0 | 10 | 11001101 | 1011101 | 1001101 |
Color Harmonies of #8DCDFB
Complementary color
Monochromatic Colors of #8DCDFB
Black with #8DCDFB
Text Example
Text Example
White with #8DCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDFB; }
p { color: rgb(141,205,251); }
H1.HeaderClassName
{
color: #8DCDFB;
}
.AnyTagClassName
{
color: #8DCDFB;
}
</style>
background-color css
<style>
a { background-color: #8DCDFB; }
a { background-color: rgb(141,205,251); }
div.DivClassName
{
background-color: #8DCDFB;
}
.BgClassName
{
background-color: #8DCDFB;
}
</style>
border-color css
<style>
span { border-color: #8DCDFB; }
span { border-color: rgb(141,205,251); }
td.TdClassName
{
border-color: #8DCDFB;
}
.TagClassName
{
border-color: #8DCDFB;
}
</style>