Shades of Electric Blue #9AFEFE
Tints of Electric Blue #9AFEFE
RGB
CMYK
RGB Variations
Color information
#9AFEFE (or 0x9AFEFE) is known color: Electric Blue. HEX triplet: 9A, FE and FE. RGB value is (154,254,254). Sum of RGB (Red+Green+Blue) = 154+254+254=662 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.26% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #9AFEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFEFE is #650101. Grayscale: #DFDFDF. Windows color (decimal): -6619394 or 16711322. OLE color: 16711322.
HSL color Cylindrical-coordinate representation of color #9AFEFE: hue angle of 180º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFEFE is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 254 | - |
| CMYK | 0.39 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.8% | - |
| HSV(B) | 180º | 0.39% | 1% | - |
| XYZ | 66.66 | 84.91 | 106.64 | - |
| YUV | 224.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 254 | 0.39 | 0 | 0 | 0.00 | 180 | 0.98 | 0.8 |
| Hex | 9A | FE | FE | 27 | 0 | 0 | 0 | B4 | 62 | 50 |
| Octal | 232 | 376 | 376 | 47 | 0 | 0 | 0 | 264 | 142 | 120 |
| Binary | 10011010 | 11111110 | 11111110 | 100111 | 0 | 0 | 0 | 10110100 | 1100010 | 1010000 |
Color Harmonies of #9AFEFE
Complementary color
Monochromatic Colors of #9AFEFE
Black with #9AFEFE
Text Example
Text Example
White with #9AFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFEFE; }
p { color: rgb(154,254,254); }
H1.HeaderClassName
{
color: #9AFEFE;
}
.AnyTagClassName
{
color: #9AFEFE;
}
</style>
background-color css
<style>
a { background-color: #9AFEFE; }
a { background-color: rgb(154,254,254); }
div.DivClassName
{
background-color: #9AFEFE;
}
.BgClassName
{
background-color: #9AFEFE;
}
</style>
border-color css
<style>
span { border-color: #9AFEFE; }
span { border-color: rgb(154,254,254); }
td.TdClassName
{
border-color: #9AFEFE;
}
.TagClassName
{
border-color: #9AFEFE;
}
</style>