Html Css Color HEX #8AEDE7 Electric Blue

📋 copy color: '#8AEDE7'

red 138 ◦ green 237 ◦ blue 231

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

Shades of Electric Blue #8AEDE7

Tints of Electric Blue #8AEDE7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.11%

 BLUE value IS 231 (90.63% from 255) = 38.12%

R = 22.77%
G = 39.11%
B = 38.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#8AEDE7 (or 0x8AEDE7) is known color: Electric Blue. HEX triplet: 8A, ED and E7. RGB value is (138,237,231). Sum of RGB (Red+Green+Blue) = 138+237+231=606 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.77% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEDE7 is #751218. Grayscale: #CECECE. Windows color (decimal): -7672345 or 15199626. OLE color: 15199626.

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

Color convert

RGB 138 237 231 -
CMYK 0.42 0 0.03 0.07
HSL 176.36º 0.73% 0.74% -
HSV(B) 176.36º 0.42% 0.93% -
XYZ 55.19 71.74 86.54 -
YUV 206.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 138 237 231 0.42 0 0.03 0.07 176.36 0.73 0.74
Hex 8A ED E7 2A 0 3 7 B0 49 4A
Octal 212 355 347 52 0 3 7 260 111 112
Binary 10001010 11101101 11100111 101010 0 11 111 10110000 1001001 1001010

Color Harmonies of #8AEDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEDE7

Black with #8AEDE7

Text Example


Text Example

White with #8AEDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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