Shades of Light Sky Blue #8DBAFA
Tints of Light Sky Blue #8DBAFA
RGB
CMYK
RGB Variations
Color information
#8DBAFA (or 0x8DBAFA) is known color: Light Sky Blue. HEX triplet: 8D, BA and FA. RGB value is (141,186,250). Sum of RGB (Red+Green+Blue) = 141+186+250=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DBAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAFA is #724505. Grayscale: #B3B3B3. Windows color (decimal): -7488774 or 16431757. OLE color: 16431757.
HSL color Cylindrical-coordinate representation of color #8DBAFA: hue angle of 215.23º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DBAFA is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 186 | 250 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.02 |
| HSL | 215.23º | 0.92% | 0.77% | - |
| HSV(B) | 215.23º | 0.44% | 0.98% | - |
| XYZ | 45.8 | 47.68 | 97.23 | - |
| YUV | 179.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 250 | 0.44 | 0.26 | 0 | 0.02 | 215.23 | 0.92 | 0.77 |
| Hex | 8D | BA | FA | 2C | 1A | 0 | 2 | D7 | 5C | 4D |
| Octal | 215 | 272 | 372 | 54 | 32 | 0 | 2 | 327 | 134 | 115 |
| Binary | 10001101 | 10111010 | 11111010 | 101100 | 11010 | 0 | 10 | 11010111 | 1011100 | 1001101 |
Color Harmonies of #8DBAFA
Complementary color
Monochromatic Colors of #8DBAFA
Black with #8DBAFA
Text Example
Text Example
White with #8DBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAFA; }
p { color: rgb(141,186,250); }
H1.HeaderClassName
{
color: #8DBAFA;
}
.AnyTagClassName
{
color: #8DBAFA;
}
</style>
background-color css
<style>
a { background-color: #8DBAFA; }
a { background-color: rgb(141,186,250); }
div.DivClassName
{
background-color: #8DBAFA;
}
.BgClassName
{
background-color: #8DBAFA;
}
</style>
border-color css
<style>
span { border-color: #8DBAFA; }
span { border-color: rgb(141,186,250); }
td.TdClassName
{
border-color: #8DBAFA;
}
.TagClassName
{
border-color: #8DBAFA;
}
</style>