#9AFFFF

Color #9AFFFF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #9AFFFF

Tints of Electric Blue #9AFFFF

Color information

#9AFFFF (or 0x9AFFFF) is unknown color: approx 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

RGB154255255-
CMYK0.40000
HSL180º100%80.2%-
HSV(B)180º39.61%100%-
XYZ67.1485.61107.59-
YUV224.8145.0477.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 23.19%
GREEN value IS 255 (100% from 255) = 38.40%
BLUE value IS 255 (100% from 255) = 38.40%
R=23.19%
G=38.40%
B=38.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552550.4000018010080.2
Hex9AFFFF28000b46450
Octal23237737750000264144120
Binary1001101011111111111111111010000001011010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>