Html Css Color HEX #8AF6EE Electric Blue

📋 copy color: '#8AF6EE'

red 138 ◦ green 246 ◦ blue 238

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

Shades of Electric Blue #8AF6EE

Tints of Electric Blue #8AF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.55%

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 22.19%
G = 39.55%
B = 38.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#8AF6EE (or 0x8AF6EE) is known color: Electric Blue. HEX triplet: 8A, F6 and EE. RGB value is (138,246,238). Sum of RGB (Red+Green+Blue) = 138+246+238=622 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.19% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF6EE is #750911. Grayscale: #D4D4D4. Windows color (decimal): -7670034 or 15660682. OLE color: 15660682.

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

Color convert

RGB 138 246 238 -
CMYK 0.44 0 0.03 0.04
HSL 175.56º 0.86% 0.75% -
HSV(B) 175.56º 0.44% 0.96% -
XYZ 58.87 77.49 92.74 -
YUV 212.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 138 246 238 0.44 0 0.03 0.04 175.56 0.86 0.75
Hex 8A F6 EE 2C 0 3 4 B0 56 4B
Octal 212 366 356 54 0 3 4 260 126 113
Binary 10001010 11110110 11101110 101100 0 11 100 10110000 1010110 1001011

Color Harmonies of #8AF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF6EE

Black with #8AF6EE

Text Example


Text Example

White with #8AF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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