Shades of Electric Blue #8DEBF9
Tints of Electric Blue #8DEBF9
RGB
CMYK
RGB Variations
Color information
#8DEBF9 (or 0x8DEBF9) is known color: Electric Blue. HEX triplet: 8D, EB and F9. RGB value is (141,235,249). Sum of RGB (Red+Green+Blue) = 141+235+249=625 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.56% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DEBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBF9 is #721406. Grayscale: #D0D0D0. Windows color (decimal): -7476231 or 16378765. OLE color: 16378765.
HSL color Cylindrical-coordinate representation of color #8DEBF9: hue angle of 187.78º 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 #8DEBF9 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 235 | 249 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.02 |
| HSL | 187.78º | 0.9% | 0.76% | - |
| HSV(B) | 187.78º | 0.43% | 0.98% | - |
| XYZ | 57.79 | 71.92 | 100.46 | - |
| YUV | 208.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 249 | 0.43 | 0.06 | 0 | 0.02 | 187.78 | 0.9 | 0.76 |
| Hex | 8D | EB | F9 | 2B | 6 | 0 | 2 | BC | 5A | 4C |
| Octal | 215 | 353 | 371 | 53 | 6 | 0 | 2 | 274 | 132 | 114 |
| Binary | 10001101 | 11101011 | 11111001 | 101011 | 110 | 0 | 10 | 10111100 | 1011010 | 1001100 |
Color Harmonies of #8DEBF9
Complementary color
Monochromatic Colors of #8DEBF9
Black with #8DEBF9
Text Example
Text Example
White with #8DEBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBF9; }
p { color: rgb(141,235,249); }
H1.HeaderClassName
{
color: #8DEBF9;
}
.AnyTagClassName
{
color: #8DEBF9;
}
</style>
background-color css
<style>
a { background-color: #8DEBF9; }
a { background-color: rgb(141,235,249); }
div.DivClassName
{
background-color: #8DEBF9;
}
.BgClassName
{
background-color: #8DEBF9;
}
</style>
border-color css
<style>
span { border-color: #8DEBF9; }
span { border-color: rgb(141,235,249); }
td.TdClassName
{
border-color: #8DEBF9;
}
.TagClassName
{
border-color: #8DEBF9;
}
</style>