Html Css Color HEX #8AF7ED Electric Blue

📋 copy color: '#8AF7ED'

red 138 ◦ green 247 ◦ blue 237

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

Shades of Electric Blue #8AF7ED

Tints of Electric Blue #8AF7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.71%

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

R = 22.19%
G = 39.71%
B = 38.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#8AF7ED (or 0x8AF7ED) is known color: Electric Blue. HEX triplet: 8A, F7 and ED. RGB value is (138,247,237). Sum of RGB (Red+Green+Blue) = 138+247+237=622 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.19% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF7ED is #750812. Grayscale: #D5D5D5. Windows color (decimal): -7669779 or 15595402. OLE color: 15595402.

HSL color Cylindrical-coordinate representation of color #8AF7ED: hue angle of 174.5º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF7ED is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 247 237 -
CMYK 0.44 0 0.04 0.03
HSL 174.5º 0.87% 0.75% -
HSV(B) 174.5º 0.44% 0.97% -
XYZ 59.03 78.04 92.07 -
YUV 213.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 138 247 237 0.44 0 0.04 0.03 174.5 0.87 0.75
Hex 8A F7 ED 2C 0 4 3 AE 57 4B
Octal 212 367 355 54 0 4 3 256 127 113
Binary 10001010 11110111 11101101 101100 0 100 11 10101110 1010111 1001011

Color Harmonies of #8AF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF7ED

Black with #8AF7ED

Text Example


Text Example

White with #8AF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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