Shades of Electric Blue #9AFAFE
Tints of Electric Blue #9AFAFE
RGB
CMYK
RGB Variations
Color information
#9AFAFE (or 0x9AFAFE) is known color: Electric Blue. HEX triplet: 9A, FA and FE. RGB value is (154,250,254). Sum of RGB (Red+Green+Blue) = 154+250+254=658 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.40% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFAFE is #650501. Grayscale: #DDDDDD. Windows color (decimal): -6620418 or 16710298. OLE color: 16710298.
HSL color Cylindrical-coordinate representation of color #9AFAFE: hue angle of 182.4º 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 #9AFAFE is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 250 | 254 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.00 |
| HSL | 182.4º | 0.98% | 0.8% | - |
| HSV(B) | 182.4º | 0.39% | 1% | - |
| XYZ | 65.4 | 82.4 | 106.22 | - |
| YUV | 221.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 254 | 0.39 | 0.02 | 0 | 0.00 | 182.4 | 0.98 | 0.8 |
| Hex | 9A | FA | FE | 27 | 2 | 0 | 0 | B6 | 62 | 50 |
| Octal | 232 | 372 | 376 | 47 | 2 | 0 | 0 | 266 | 142 | 120 |
| Binary | 10011010 | 11111010 | 11111110 | 100111 | 10 | 0 | 0 | 10110110 | 1100010 | 1010000 |
Color Harmonies of #9AFAFE
Complementary color
Monochromatic Colors of #9AFAFE
Black with #9AFAFE
Text Example
Text Example
White with #9AFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFAFE; }
p { color: rgb(154,250,254); }
H1.HeaderClassName
{
color: #9AFAFE;
}
.AnyTagClassName
{
color: #9AFAFE;
}
</style>
background-color css
<style>
a { background-color: #9AFAFE; }
a { background-color: rgb(154,250,254); }
div.DivClassName
{
background-color: #9AFAFE;
}
.BgClassName
{
background-color: #9AFAFE;
}
</style>
border-color css
<style>
span { border-color: #9AFAFE; }
span { border-color: rgb(154,250,254); }
td.TdClassName
{
border-color: #9AFAFE;
}
.TagClassName
{
border-color: #9AFAFE;
}
</style>