Shades of Electric Blue #9AFFFF
Tints of Electric Blue #9AFFFF
RGB
CMYK
RGB Variations
Color information
#9AFFFF (or 0x9AFFFF) is known color: Electric Blue. HEX triplet: 9A, FF and FF. RGB value is (154,255,255). Sum of RGB (Red+Green+Blue) = 154+255+255=664 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.19% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #9AFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFFF is #650000. Grayscale: #E0E0E0. Windows color (decimal): -6619137 or 16777114. OLE color: 16777114.
HSL color Cylindrical-coordinate representation of color #9AFFFF: hue angle of 180º 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 #9AFFFF is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 255 | - |
| CMYK | 0.40 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.8% | - |
| HSV(B) | 180º | 0.4% | 1% | - |
| XYZ | 67.14 | 85.61 | 107.59 | - |
| YUV | 224.8 | 145.04 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 255 | 0.40 | 0 | 0 | 0 | 180 | 1 | 0.8 |
| Hex | 9A | FF | FF | 28 | 0 | 0 | 0 | B4 | 64 | 50 |
| Octal | 232 | 377 | 377 | 50 | 0 | 0 | 0 | 264 | 144 | 120 |
| Binary | 10011010 | 11111111 | 11111111 | 101000 | 0 | 0 | 0 | 10110100 | 1100100 | 1010000 |
Color Harmonies of #9AFFFF
Complementary color
Monochromatic Colors of #9AFFFF
Black with #9AFFFF
Text Example
Text Example
White with #9AFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFFF; }
p { color: rgb(154,255,255); }
H1.HeaderClassName
{
color: #9AFFFF;
}
.AnyTagClassName
{
color: #9AFFFF;
}
</style>
background-color css
<style>
a { background-color: #9AFFFF; }
a { background-color: rgb(154,255,255); }
div.DivClassName
{
background-color: #9AFFFF;
}
.BgClassName
{
background-color: #9AFFFF;
}
</style>
border-color css
<style>
span { border-color: #9AFFFF; }
span { border-color: rgb(154,255,255); }
td.TdClassName
{
border-color: #9AFFFF;
}
.TagClassName
{
border-color: #9AFFFF;
}
</style>