#9AFCFF

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

Shades of Electric Blue #9AFCFF

Tints of Electric Blue #9AFCFF

Color information

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

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

Color convert

RGB154252255-
CMYK0.400.0100
HSL181.78º100%80.2%-
HSV(B)181.78º39.61%100%-
XYZ66.1983.71107.28-
YUV223.04146.0378.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542522550.400.0100181.7810080.2
Hex9AFCFF28100b66450
Octal23237437750100266144120
Binary1001101011111100111111111010001001011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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