Shades of Light Sky Blue #8DCFF6
Tints of Light Sky Blue #8DCFF6
RGB
CMYK
RGB Variations
Color information
#8DCFF6 (or 0x8DCFF6) is known color: Light Sky Blue. HEX triplet: 8D, CF and F6. RGB value is (141,207,246). Sum of RGB (Red+Green+Blue) = 141+207+246=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCFF6 is #723009. Grayscale: #BFBFBF. Windows color (decimal): -7483402 or 16174989. OLE color: 16174989.
HSL color Cylindrical-coordinate representation of color #8DCFF6: hue angle of 202.29º 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 #8DCFF6 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 207 | 246 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.04 |
| HSL | 202.29º | 0.85% | 0.76% | - |
| HSV(B) | 202.29º | 0.43% | 0.96% | - |
| XYZ | 49.93 | 56.94 | 95.55 | - |
| YUV | 191.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 246 | 0.43 | 0.16 | 0 | 0.04 | 202.29 | 0.85 | 0.76 |
| Hex | 8D | CF | F6 | 2B | 10 | 0 | 4 | CA | 55 | 4C |
| Octal | 215 | 317 | 366 | 53 | 20 | 0 | 4 | 312 | 125 | 114 |
| Binary | 10001101 | 11001111 | 11110110 | 101011 | 10000 | 0 | 100 | 11001010 | 1010101 | 1001100 |
Color Harmonies of #8DCFF6
Complementary color
Monochromatic Colors of #8DCFF6
Black with #8DCFF6
Text Example
Text Example
White with #8DCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFF6; }
p { color: rgb(141,207,246); }
H1.HeaderClassName
{
color: #8DCFF6;
}
.AnyTagClassName
{
color: #8DCFF6;
}
</style>
background-color css
<style>
a { background-color: #8DCFF6; }
a { background-color: rgb(141,207,246); }
div.DivClassName
{
background-color: #8DCFF6;
}
.BgClassName
{
background-color: #8DCFF6;
}
</style>
border-color css
<style>
span { border-color: #8DCFF6; }
span { border-color: rgb(141,207,246); }
td.TdClassName
{
border-color: #8DCFF6;
}
.TagClassName
{
border-color: #8DCFF6;
}
</style>