Shades of Light Sky Blue #8DCAF9
Tints of Light Sky Blue #8DCAF9
RGB
CMYK
RGB Variations
Color information
#8DCAF9 (or 0x8DCAF9) is known color: Light Sky Blue. HEX triplet: 8D, CA and F9. RGB value is (141,202,249). Sum of RGB (Red+Green+Blue) = 141+202+249=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DCAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCAF9 is #723506. Grayscale: #BCBCBC. Windows color (decimal): -7484679 or 16370317. OLE color: 16370317.
HSL color Cylindrical-coordinate representation of color #8DCAF9: hue angle of 206.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DCAF9 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 202 | 249 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.02 |
| HSL | 206.11º | 0.9% | 0.76% | - |
| HSV(B) | 206.11º | 0.43% | 0.98% | - |
| XYZ | 49.2 | 54.74 | 97.6 | - |
| YUV | 189.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 249 | 0.43 | 0.19 | 0 | 0.02 | 206.11 | 0.9 | 0.76 |
| Hex | 8D | CA | F9 | 2B | 13 | 0 | 2 | CE | 5A | 4C |
| Octal | 215 | 312 | 371 | 53 | 23 | 0 | 2 | 316 | 132 | 114 |
| Binary | 10001101 | 11001010 | 11111001 | 101011 | 10011 | 0 | 10 | 11001110 | 1011010 | 1001100 |
Color Harmonies of #8DCAF9
Complementary color
Monochromatic Colors of #8DCAF9
Black with #8DCAF9
Text Example
Text Example
White with #8DCAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAF9; }
p { color: rgb(141,202,249); }
H1.HeaderClassName
{
color: #8DCAF9;
}
.AnyTagClassName
{
color: #8DCAF9;
}
</style>
background-color css
<style>
a { background-color: #8DCAF9; }
a { background-color: rgb(141,202,249); }
div.DivClassName
{
background-color: #8DCAF9;
}
.BgClassName
{
background-color: #8DCAF9;
}
</style>
border-color css
<style>
span { border-color: #8DCAF9; }
span { border-color: rgb(141,202,249); }
td.TdClassName
{
border-color: #8DCAF9;
}
.TagClassName
{
border-color: #8DCAF9;
}
</style>