Shades of Light Sky Blue #8DC9FF
Tints of Light Sky Blue #8DC9FF
RGB
CMYK
RGB Variations
Color information
#8DC9FF (or 0x8DC9FF) is known color: Light Sky Blue. HEX triplet: 8D, C9 and FF. RGB value is (141,201,255). Sum of RGB (Red+Green+Blue) = 141+201+255=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC9FF is #723600. Grayscale: #BCBCBC. Windows color (decimal): -7484929 or 16763277. OLE color: 16763277.
HSL color Cylindrical-coordinate representation of color #8DC9FF: hue angle of 208.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DC9FF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 201 | 255 | - |
| CMYK | 0.45 | 0.21 | 0 | 0 |
| HSL | 208.42º | 1% | 0.78% | - |
| HSV(B) | 208.42º | 0.45% | 1% | - |
| XYZ | 49.92 | 54.66 | 102.53 | - |
| YUV | 189.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 255 | 0.45 | 0.21 | 0 | 0 | 208.42 | 1 | 0.78 |
| Hex | 8D | C9 | FF | 2D | 15 | 0 | 0 | D0 | 64 | 4E |
| Octal | 215 | 311 | 377 | 55 | 25 | 0 | 0 | 320 | 144 | 116 |
| Binary | 10001101 | 11001001 | 11111111 | 101101 | 10101 | 0 | 0 | 11010000 | 1100100 | 1001110 |
Color Harmonies of #8DC9FF
Complementary color
Monochromatic Colors of #8DC9FF
Black with #8DC9FF
Text Example
Text Example
White with #8DC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC9FF; }
p { color: rgb(141,201,255); }
H1.HeaderClassName
{
color: #8DC9FF;
}
.AnyTagClassName
{
color: #8DC9FF;
}
</style>
background-color css
<style>
a { background-color: #8DC9FF; }
a { background-color: rgb(141,201,255); }
div.DivClassName
{
background-color: #8DC9FF;
}
.BgClassName
{
background-color: #8DC9FF;
}
</style>
border-color css
<style>
span { border-color: #8DC9FF; }
span { border-color: rgb(141,201,255); }
td.TdClassName
{
border-color: #8DC9FF;
}
.TagClassName
{
border-color: #8DC9FF;
}
</style>