#9AFFFC

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

Shades of Electric Blue #9AFFFC

Tints of Electric Blue #9AFFFC

Color information

#9AFFFC (or 0x9AFFFC) is unknown color: approx Electric Blue. HEX triplet: 9A, FF and FC. RGB value is (154,255,252). Sum of RGB (Red+Green+Blue) = 154+255+252=661 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.30% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFFC is #650003. Grayscale: #E0E0E0. Windows color (decimal): -6619140 or 16580506. OLE color: 16580506.

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

Color convert

RGB154255252-
CMYK0.4000.010
HSL178.22º100%80.2%-
HSV(B)178.22º39.61%100%-
XYZ66.6685.42105.07-
YUV224.46143.5477.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.30%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=23.30%
G=38.58%
B=38.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552520.4000.010178.2210080.2
Hex9AFFFC28010b26450
Octal23237737450010262144120
Binary1001101011111111111111001010000101011001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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