Shades of Light Sky Blue #8DCBFE
Tints of Light Sky Blue #8DCBFE
RGB
CMYK
RGB Variations
Color information
#8DCBFE (or 0x8DCBFE) is known color: Light Sky Blue. HEX triplet: 8D, CB and FE. RGB value is (141,203,254). Sum of RGB (Red+Green+Blue) = 141+203+254=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DCBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBFE is #723401. Grayscale: #BEBEBE. Windows color (decimal): -7484418 or 16698253. OLE color: 16698253.
HSL color Cylindrical-coordinate representation of color #8DCBFE: hue angle of 207.08º 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 #8DCBFE is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 203 | 254 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.00 |
| HSL | 207.08º | 0.98% | 0.77% | - |
| HSV(B) | 207.08º | 0.44% | 1% | - |
| XYZ | 50.23 | 55.53 | 101.84 | - |
| YUV | 190.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 254 | 0.44 | 0.20 | 0 | 0.00 | 207.08 | 0.98 | 0.77 |
| Hex | 8D | CB | FE | 2C | 14 | 0 | 0 | CF | 62 | 4D |
| Octal | 215 | 313 | 376 | 54 | 24 | 0 | 0 | 317 | 142 | 115 |
| Binary | 10001101 | 11001011 | 11111110 | 101100 | 10100 | 0 | 0 | 11001111 | 1100010 | 1001101 |
Color Harmonies of #8DCBFE
Complementary color
Monochromatic Colors of #8DCBFE
Black with #8DCBFE
Text Example
Text Example
White with #8DCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBFE; }
p { color: rgb(141,203,254); }
H1.HeaderClassName
{
color: #8DCBFE;
}
.AnyTagClassName
{
color: #8DCBFE;
}
</style>
background-color css
<style>
a { background-color: #8DCBFE; }
a { background-color: rgb(141,203,254); }
div.DivClassName
{
background-color: #8DCBFE;
}
.BgClassName
{
background-color: #8DCBFE;
}
</style>
border-color css
<style>
span { border-color: #8DCBFE; }
span { border-color: rgb(141,203,254); }
td.TdClassName
{
border-color: #8DCBFE;
}
.TagClassName
{
border-color: #8DCBFE;
}
</style>