Html Css Color HEX #8AEEED Electric Blue

📋 copy color: '#8AEEED'

red 138 ◦ green 238 ◦ blue 237

#8AEEED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #8AEEED

Tints of Electric Blue #8AEEED

RGB

 RED value IS 138 (54.3% from 255) = 22.51%

 GREEN value IS 238 (93.36% from 255) = 38.83%

 BLUE value IS 237 (92.97% from 255) = 38.66%

R = 22.51%
G = 38.83%
B = 38.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 138 238 237 -
CMYK 0.42 0 0.00 0.07
HSL 179.4º 0.75% 0.74% -
HSV(B) 179.4º 0.42% 0.93% -
XYZ 56.34 72.67 91.18 -
YUV 207.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 138 238 237 0.42 0 0.00 0.07 179.4 0.75 0.74
Hex 8A EE ED 2A 0 0 7 B3 4B 4A
Octal 212 356 355 52 0 0 7 263 113 112
Binary 10001010 11101110 11101101 101010 0 0 111 10110011 1001011 1001010

Color Harmonies of #8AEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEEED

Black with #8AEEED

Text Example


Text Example

White with #8AEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AEEED;
 }
 .AnyTagClassName
 {
   color: #8AEEED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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