#8AFFFC

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

Shades of Electric Blue #8AFFFC

Tints of Electric Blue #8AFFFC

Color information

#8AFFFC (or 0x8AFFFC) is unknown color: approx Electric Blue. HEX triplet: 8A, FF and FC. RGB value is (138,255,252). Sum of RGB (Red+Green+Blue) = 138+255+252=645 (85% of max value = 765). Red value is 138 (54.30% from 255 or 21.40% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFFFC is #750003. Grayscale: #DBDBDB. Windows color (decimal): -7667716 or 16580490. OLE color: 16580490.

HSL color Cylindrical-coordinate representation of color #8AFFFC: hue angle of 178.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFFC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB138255252-
CMYK0.4600.010
HSL178.46º100%77.06%-
HSV(B)178.46º45.88%100%-
XYZ63.8183.95104.94-
YUV219.68146.2469.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.40%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=21.40%
G=39.53%
B=39.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382552520.4600.010178.4610077.06
Hex8AFFFC2E010b2644d
Octal21237737456010262144115
Binary1000101011111111111111001011100101011001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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