#9AFFFE

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

Shades of Electric Blue #9AFFFE

Tints of Electric Blue #9AFFFE

Color information

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

RGB154255254-
CMYK0.4000.000
HSL179.41º100%80.2%-
HSV(B)179.41º39.61%100%-
XYZ66.9885.55106.75-
YUV224.69144.5477.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.23%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=23.23%
G=38.46%
B=38.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552540.4000.000179.4110080.2
Hex9AFFFE28000b36450
Octal23237737650000263144120
Binary1001101011111111111111101010000001011001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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