Html Css Color HEX #8AF2ED Electric Blue

📋 copy color: '#8AF2ED'

red 138 ◦ green 242 ◦ blue 237

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

Shades of Electric Blue #8AF2ED

Tints of Electric Blue #8AF2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.22%

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

R = 22.37%
G = 39.22%
B = 38.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#8AF2ED (or 0x8AF2ED) is known color: Electric Blue. HEX triplet: 8A, F2 and ED. RGB value is (138,242,237). Sum of RGB (Red+Green+Blue) = 138+242+237=617 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.37% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF2ED is #750D12. Grayscale: #D2D2D2. Windows color (decimal): -7671059 or 15594122. OLE color: 15594122.

HSL color Cylindrical-coordinate representation of color #8AF2ED: hue angle of 177.12º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF2ED is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 242 237 -
CMYK 0.43 0 0.02 0.05
HSL 177.12º 0.8% 0.75% -
HSV(B) 177.12º 0.43% 0.95% -
XYZ 57.52 75.02 91.57 -
YUV 210.33 143.04 76.41 -
System Red Green Blue C M Y K H S L
Decimal 138 242 237 0.43 0 0.02 0.05 177.12 0.8 0.75
Hex 8A F2 ED 2B 0 2 5 B1 50 4B
Octal 212 362 355 53 0 2 5 261 120 113
Binary 10001010 11110010 11101101 101011 0 10 101 10110001 1010000 1001011

Color Harmonies of #8AF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF2ED

Black with #8AF2ED

Text Example


Text Example

White with #8AF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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