#8AEDEE

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

Shades of Electric Blue #8AEDEE

Tints of Electric Blue #8AEDEE

Color information

#8AEDEE (or 0x8AEDEE) is unknown color: approx Electric Blue. HEX triplet: 8A, ED and EE. RGB value is (138,237,238). Sum of RGB (Red+Green+Blue) = 138+237+238=613 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.51% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEDEE is #751211. Grayscale: #CFCFCF. Windows color (decimal): -7672338 or 15658378. OLE color: 15658378.

HSL color Cylindrical-coordinate representation of color #8AEDEE: hue angle of 180.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEDEE is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138237238-
CMYK0.420.0000.07
HSL180.6º74.63%73.73%-
HSV(B)180.6º42.02%93.33%-
XYZ56.272.1491.85-
YUV207.51145.278.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.51%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=22.51%
G=38.66%
B=38.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382372380.420.0000.07180.674.6373.73
Hex8AEDEE2A007b54b4a
Octal21235535652007265113112
Binary100010101110110111101110101010001111011010110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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