Shades of Light Sky Blue #8DCAFE
Tints of Light Sky Blue #8DCAFE
RGB
CMYK
RGB Variations
Color information
#8DCAFE (or 0x8DCAFE) is known color: Light Sky Blue. HEX triplet: 8D, CA and FE. RGB value is (141,202,254). Sum of RGB (Red+Green+Blue) = 141+202+254=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCAFE is #723501. Grayscale: #BDBDBD. Windows color (decimal): -7484674 or 16697997. OLE color: 16697997.
HSL color Cylindrical-coordinate representation of color #8DCAFE: hue angle of 207.61º 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 #8DCAFE is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 202 | 254 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.00 |
| HSL | 207.61º | 0.98% | 0.77% | - |
| HSV(B) | 207.61º | 0.44% | 1% | - |
| XYZ | 49.99 | 55.06 | 101.76 | - |
| YUV | 189.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 254 | 0.44 | 0.20 | 0 | 0.00 | 207.61 | 0.98 | 0.77 |
| Hex | 8D | CA | FE | 2C | 14 | 0 | 0 | D0 | 62 | 4D |
| Octal | 215 | 312 | 376 | 54 | 24 | 0 | 0 | 320 | 142 | 115 |
| Binary | 10001101 | 11001010 | 11111110 | 101100 | 10100 | 0 | 0 | 11010000 | 1100010 | 1001101 |
Color Harmonies of #8DCAFE
Complementary color
Monochromatic Colors of #8DCAFE
Black with #8DCAFE
Text Example
Text Example
White with #8DCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAFE; }
p { color: rgb(141,202,254); }
H1.HeaderClassName
{
color: #8DCAFE;
}
.AnyTagClassName
{
color: #8DCAFE;
}
</style>
background-color css
<style>
a { background-color: #8DCAFE; }
a { background-color: rgb(141,202,254); }
div.DivClassName
{
background-color: #8DCAFE;
}
.BgClassName
{
background-color: #8DCAFE;
}
</style>
border-color css
<style>
span { border-color: #8DCAFE; }
span { border-color: rgb(141,202,254); }
td.TdClassName
{
border-color: #8DCAFE;
}
.TagClassName
{
border-color: #8DCAFE;
}
</style>