#9AFEFF

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

Shades of Electric Blue #9AFEFF

Tints of Electric Blue #9AFEFF

Color information

#9AFEFF (or 0x9AFEFF) is unknown color: approx Electric Blue. HEX triplet: 9A, FE and FF. RGB value is (154,254,255). Sum of RGB (Red+Green+Blue) = 154+254+255=663 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.23% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFEFF is #650100. Grayscale: #E0E0E0. Windows color (decimal): -6619393 or 16776858. OLE color: 16776858.

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

Color convert

RGB154254255-
CMYK0.400.0000
HSL180.59º100%80.2%-
HSV(B)180.59º39.61%100%-
XYZ66.8284.97107.49-
YUV224.21145.3777.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542542550.400.0000180.5910080.2
Hex9AFEFF28000b56450
Octal23237637750000265144120
Binary1001101011111110111111111010000001011010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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