Shades of Electric Blue #9AF8FF
Tints of Electric Blue #9AF8FF
RGB
CMYK
RGB Variations
Color information
#9AF8FF (or 0x9AF8FF) is known color: Electric Blue. HEX triplet: 9A, F8 and FF. RGB value is (154,248,255). Sum of RGB (Red+Green+Blue) = 154+248+255=657 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.44% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF8FF is #650700. Grayscale: #DCDCDC. Windows color (decimal): -6620929 or 16775322. OLE color: 16775322.
HSL color Cylindrical-coordinate representation of color #9AF8FF: hue angle of 184.16º 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 #9AF8FF is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 248 | 255 | - |
| CMYK | 0.40 | 0.03 | 0 | 0 |
| HSL | 184.16º | 1% | 0.8% | - |
| HSV(B) | 184.16º | 0.4% | 1% | - |
| XYZ | 64.94 | 81.22 | 106.86 | - |
| YUV | 220.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 255 | 0.40 | 0.03 | 0 | 0 | 184.16 | 1 | 0.8 |
| Hex | 9A | F8 | FF | 28 | 3 | 0 | 0 | B8 | 64 | 50 |
| Octal | 232 | 370 | 377 | 50 | 3 | 0 | 0 | 270 | 144 | 120 |
| Binary | 10011010 | 11111000 | 11111111 | 101000 | 11 | 0 | 0 | 10111000 | 1100100 | 1010000 |
Color Harmonies of #9AF8FF
Complementary color
Monochromatic Colors of #9AF8FF
Black with #9AF8FF
Text Example
Text Example
White with #9AF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF8FF; }
p { color: rgb(154,248,255); }
H1.HeaderClassName
{
color: #9AF8FF;
}
.AnyTagClassName
{
color: #9AF8FF;
}
</style>
background-color css
<style>
a { background-color: #9AF8FF; }
a { background-color: rgb(154,248,255); }
div.DivClassName
{
background-color: #9AF8FF;
}
.BgClassName
{
background-color: #9AF8FF;
}
</style>
border-color css
<style>
span { border-color: #9AF8FF; }
span { border-color: rgb(154,248,255); }
td.TdClassName
{
border-color: #9AF8FF;
}
.TagClassName
{
border-color: #9AF8FF;
}
</style>