Html Css Color HEX #8AFEEC Electric Blue

📋 copy color: '#8AFEEC'

red 138 ◦ green 254 ◦ blue 236

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

Shades of Electric Blue #8AFEEC

Tints of Electric Blue #8AFEEC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.45%

 BLUE value IS 236 (92.58% from 255) = 37.58%

R = 21.97%
G = 40.45%
B = 37.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#8AFEEC (or 0x8AFEEC) is known color: Electric Blue. HEX triplet: 8A, FE and EC. RGB value is (138,254,236). Sum of RGB (Red+Green+Blue) = 138+254+236=628 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.97% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFEEC is #750113. Grayscale: #D9D9D9. Windows color (decimal): -7667988 or 15531658. OLE color: 15531658.

HSL color Cylindrical-coordinate representation of color #8AFEEC: hue angle of 170.69º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEEC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 254 236 -
CMYK 0.46 0 0.07 0.00
HSL 170.69º 0.98% 0.77% -
HSV(B) 170.69º 0.46% 1% -
XYZ 61.06 82.34 92.03 -
YUV 217.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 138 254 236 0.46 0 0.07 0.00 170.69 0.98 0.77
Hex 8A FE EC 2E 0 7 0 AB 62 4D
Octal 212 376 354 56 0 7 0 253 142 115
Binary 10001010 11111110 11101100 101110 0 111 0 10101011 1100010 1001101

Color Harmonies of #8AFEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFEEC

Black with #8AFEEC

Text Example


Text Example

White with #8AFEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,254,236); }

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

background-color css

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

 a { background-color: rgb(138,254,236); }

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

border-color css

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

 span { border-color: rgb(138,254,236); }

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