Shades of Light Sky Blue #8DC1FE
Tints of Light Sky Blue #8DC1FE
RGB
CMYK
RGB Variations
Color information
#8DC1FE (or 0x8DC1FE) is known color: Light Sky Blue. HEX triplet: 8D, C1 and FE. RGB value is (141,193,254). Sum of RGB (Red+Green+Blue) = 141+193+254=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DC1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC1FE is #723E01. Grayscale: #B8B8B8. Windows color (decimal): -7486978 or 16695693. OLE color: 16695693.
HSL color Cylindrical-coordinate representation of color #8DC1FE: hue angle of 212.39º 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 #8DC1FE is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 193 | 254 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.00 |
| HSL | 212.39º | 0.98% | 0.77% | - |
| HSV(B) | 212.39º | 0.44% | 1% | - |
| XYZ | 47.94 | 50.96 | 101.08 | - |
| YUV | 184.41 | 167.27 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 254 | 0.44 | 0.24 | 0 | 0.00 | 212.39 | 0.98 | 0.77 |
| Hex | 8D | C1 | FE | 2C | 18 | 0 | 0 | D4 | 62 | 4D |
| Octal | 215 | 301 | 376 | 54 | 30 | 0 | 0 | 324 | 142 | 115 |
| Binary | 10001101 | 11000001 | 11111110 | 101100 | 11000 | 0 | 0 | 11010100 | 1100010 | 1001101 |
Color Harmonies of #8DC1FE
Complementary color
Monochromatic Colors of #8DC1FE
Black with #8DC1FE
Text Example
Text Example
White with #8DC1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC1FE; }
p { color: rgb(141,193,254); }
H1.HeaderClassName
{
color: #8DC1FE;
}
.AnyTagClassName
{
color: #8DC1FE;
}
</style>
background-color css
<style>
a { background-color: #8DC1FE; }
a { background-color: rgb(141,193,254); }
div.DivClassName
{
background-color: #8DC1FE;
}
.BgClassName
{
background-color: #8DC1FE;
}
</style>
border-color css
<style>
span { border-color: #8DC1FE; }
span { border-color: rgb(141,193,254); }
td.TdClassName
{
border-color: #8DC1FE;
}
.TagClassName
{
border-color: #8DC1FE;
}
</style>