Shades of Light Sky Blue #8DCAFD
Tints of Light Sky Blue #8DCAFD
RGB
CMYK
RGB Variations
Color information
#8DCAFD (or 0x8DCAFD) is known color: Light Sky Blue. HEX triplet: 8D, CA and FD. RGB value is (141,202,253). Sum of RGB (Red+Green+Blue) = 141+202+253=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DCAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCAFD is #723502. Grayscale: #BDBDBD. Windows color (decimal): -7484675 or 16632461. OLE color: 16632461.
HSL color Cylindrical-coordinate representation of color #8DCAFD: hue angle of 207.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DCAFD is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 202 | 253 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.01 |
| HSL | 207.32º | 0.97% | 0.77% | - |
| HSV(B) | 207.32º | 0.44% | 0.99% | - |
| XYZ | 49.83 | 55 | 100.92 | - |
| YUV | 189.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 253 | 0.44 | 0.20 | 0 | 0.01 | 207.32 | 0.97 | 0.77 |
| Hex | 8D | CA | FD | 2C | 14 | 0 | 1 | CF | 61 | 4D |
| Octal | 215 | 312 | 375 | 54 | 24 | 0 | 1 | 317 | 141 | 115 |
| Binary | 10001101 | 11001010 | 11111101 | 101100 | 10100 | 0 | 1 | 11001111 | 1100001 | 1001101 |
Color Harmonies of #8DCAFD
Complementary color
Monochromatic Colors of #8DCAFD
Black with #8DCAFD
Text Example
Text Example
White with #8DCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAFD; }
p { color: rgb(141,202,253); }
H1.HeaderClassName
{
color: #8DCAFD;
}
.AnyTagClassName
{
color: #8DCAFD;
}
</style>
background-color css
<style>
a { background-color: #8DCAFD; }
a { background-color: rgb(141,202,253); }
div.DivClassName
{
background-color: #8DCAFD;
}
.BgClassName
{
background-color: #8DCAFD;
}
</style>
border-color css
<style>
span { border-color: #8DCAFD; }
span { border-color: rgb(141,202,253); }
td.TdClassName
{
border-color: #8DCAFD;
}
.TagClassName
{
border-color: #8DCAFD;
}
</style>