Shades of Electric Blue #9AFFFE
Tints of Electric Blue #9AFFFE
RGB
CMYK
RGB Variations
Color information
#9AFFFE (or 0x9AFFFE) is known color: Electric Blue. HEX triplet: 9A, FF and FE. RGB value is (154,255,254). Sum of RGB (Red+Green+Blue) = 154+255+254=663 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.23% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFFE is #650001. Grayscale: #E0E0E0. Windows color (decimal): -6619138 or 16711578. OLE color: 16711578.
HSL color Cylindrical-coordinate representation of color #9AFFFE: hue angle of 179.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFFE is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 254 | - |
| CMYK | 0.40 | 0 | 0.00 | 0 |
| HSL | 179.41º | 1% | 0.8% | - |
| HSV(B) | 179.41º | 0.4% | 1% | - |
| XYZ | 66.98 | 85.55 | 106.75 | - |
| YUV | 224.69 | 144.54 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 254 | 0.40 | 0 | 0.00 | 0 | 179.41 | 1 | 0.8 |
| Hex | 9A | FF | FE | 28 | 0 | 0 | 0 | B3 | 64 | 50 |
| Octal | 232 | 377 | 376 | 50 | 0 | 0 | 0 | 263 | 144 | 120 |
| Binary | 10011010 | 11111111 | 11111110 | 101000 | 0 | 0 | 0 | 10110011 | 1100100 | 1010000 |
Color Harmonies of #9AFFFE
Complementary color
Monochromatic Colors of #9AFFFE
Black with #9AFFFE
Text Example
Text Example
White with #9AFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFFE; }
p { color: rgb(154,255,254); }
H1.HeaderClassName
{
color: #9AFFFE;
}
.AnyTagClassName
{
color: #9AFFFE;
}
</style>
background-color css
<style>
a { background-color: #9AFFFE; }
a { background-color: rgb(154,255,254); }
div.DivClassName
{
background-color: #9AFFFE;
}
.BgClassName
{
background-color: #9AFFFE;
}
</style>
border-color css
<style>
span { border-color: #9AFFFE; }
span { border-color: rgb(154,255,254); }
td.TdClassName
{
border-color: #9AFFFE;
}
.TagClassName
{
border-color: #9AFFFE;
}
</style>