#8AEDFF

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

Shades of Electric Blue #8AEDFF

Tints of Electric Blue #8AEDFF

Color information

#8AEDFF (or 0x8AEDFF) is unknown color: approx Electric Blue. HEX triplet: 8A, ED and FF. RGB value is (138,237,255). Sum of RGB (Red+Green+Blue) = 138+237+255=630 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.90% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEDFF is #751200. Grayscale: #D1D1D1. Windows color (decimal): -7672321 or 16772490. OLE color: 16772490.

HSL color Cylindrical-coordinate representation of color #8AEDFF: hue angle of 189.23º 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 #8AEDFF is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138237255-
CMYK0.460.0700
HSL189.23º100%77.06%-
HSV(B)189.23º45.88%100%-
XYZ58.8273.19105.64-
YUV209.45153.777.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 21.90%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 255 (100% from 255) = 40.48%
R=21.90%
G=37.62%
B=40.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382372550.460.0700189.2310077.06
Hex8AEDFF2E700bd644d
Octal21235537756700275144115
Binary100010101110110111111111101110111001011110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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