#9AFAFF

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

Shades of Electric Blue #9AFAFF

Tints of Electric Blue #9AFAFF

Color information

#9AFAFF (or 0x9AFAFF) is unknown color: approx Electric Blue. HEX triplet: 9A, FA and FF. RGB value is (154,250,255). Sum of RGB (Red+Green+Blue) = 154+250+255=659 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.37% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFAFF is #650500. Grayscale: #DDDDDD. Windows color (decimal): -6620417 or 16775834. OLE color: 16775834.

HSL color Cylindrical-coordinate representation of color #9AFAFF: hue angle of 182.97º 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 #9AFAFF is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154250255-
CMYK0.400.0200
HSL182.97º100%80.2%-
HSV(B)182.97º39.61%100%-
XYZ65.5682.46107.07-
YUV221.87146.779.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.37%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 255 (100% from 255) = 38.69%
R=23.37%
G=37.94%
B=38.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542502550.400.0200182.9710080.2
Hex9AFAFF28200b76450
Octal23237237750200267144120
Binary10011010111110101111111110100010001011011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFAFF; }

 p { color: rgb(154,250,255); }

 H1.HeaderClassName
 {
   color: #9AFAFF;
 }
 .AnyTagClassName
 {
   color: #9AFAFF;
 }
</style>
background-color css

<style>
 a { background-color: #9AFAFF; }

 a { background-color: rgb(154,250,255); }

 div.DivClassName
 {
   background-color: #9AFAFF;
 }
 .BgClassName
 {
   background-color: #9AFAFF;
 }
</style>
border-color css

<style>
 span { border-color: #9AFAFF; }

 span { border-color: rgb(154,250,255); }

 td.TdClassName
 {
   border-color: #9AFAFF;
 }
 .TagClassName
 {
   border-color: #9AFAFF;
 }
</style>