Shades of Light Sky Blue #8DCAF6
Tints of Light Sky Blue #8DCAF6
RGB
CMYK
RGB Variations
Color information
#8DCAF6 (or 0x8DCAF6) is known color: Light Sky Blue. HEX triplet: 8D, CA and F6. RGB value is (141,202,246). Sum of RGB (Red+Green+Blue) = 141+202+246=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DCAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCAF6 is #723509. Grayscale: #BCBCBC. Windows color (decimal): -7484682 or 16173709. OLE color: 16173709.
HSL color Cylindrical-coordinate representation of color #8DCAF6: hue angle of 205.14º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DCAF6 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 202 | 246 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.04 |
| HSL | 205.14º | 0.85% | 0.76% | - |
| HSV(B) | 205.14º | 0.43% | 0.96% | - |
| XYZ | 48.74 | 54.56 | 95.15 | - |
| YUV | 188.78 | 160.29 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 246 | 0.43 | 0.18 | 0 | 0.04 | 205.14 | 0.85 | 0.76 |
| Hex | 8D | CA | F6 | 2B | 12 | 0 | 4 | CD | 55 | 4C |
| Octal | 215 | 312 | 366 | 53 | 22 | 0 | 4 | 315 | 125 | 114 |
| Binary | 10001101 | 11001010 | 11110110 | 101011 | 10010 | 0 | 100 | 11001101 | 1010101 | 1001100 |
Color Harmonies of #8DCAF6
Complementary color
Monochromatic Colors of #8DCAF6
Black with #8DCAF6
Text Example
Text Example
White with #8DCAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAF6; }
p { color: rgb(141,202,246); }
H1.HeaderClassName
{
color: #8DCAF6;
}
.AnyTagClassName
{
color: #8DCAF6;
}
</style>
background-color css
<style>
a { background-color: #8DCAF6; }
a { background-color: rgb(141,202,246); }
div.DivClassName
{
background-color: #8DCAF6;
}
.BgClassName
{
background-color: #8DCAF6;
}
</style>
border-color css
<style>
span { border-color: #8DCAF6; }
span { border-color: rgb(141,202,246); }
td.TdClassName
{
border-color: #8DCAF6;
}
.TagClassName
{
border-color: #8DCAF6;
}
</style>