#9AFAFE

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

Shades of Electric Blue #9AFAFE

Tints of Electric Blue #9AFAFE

Color information

#9AFAFE (or 0x9AFAFE) is unknown color: approx Electric Blue. HEX triplet: 9A, FA and FE. RGB value is (154,250,254). Sum of RGB (Red+Green+Blue) = 154+250+254=658 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.40% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFAFE is #650501. Grayscale: #DDDDDD. Windows color (decimal): -6620418 or 16710298. OLE color: 16710298.

HSL color Cylindrical-coordinate representation of color #9AFAFE: hue angle of 182.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFAFE is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154250254-
CMYK0.390.0200.00
HSL182.4º98.04%80%-
HSV(B)182.4º39.37%99.61%-
XYZ65.482.4106.22-
YUV221.75146.279.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.40%
GREEN value IS 250 (98.05% from 255) = 37.99%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=23.40%
G=37.99%
B=38.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542502540.390.0200.00182.498.0480
Hex9AFAFE27200b66250
Octal23237237647200266142120
Binary10011010111110101111111010011110001011011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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