Html Css Color HEX #8AFEEF Electric Blue

📋 copy color: '#8AFEEF'

red 138 ◦ green 254 ◦ blue 239

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

Shades of Electric Blue #8AFEEF

Tints of Electric Blue #8AFEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 21.87%
G = 40.25%
B = 37.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#8AFEEF (or 0x8AFEEF) is known color: Electric Blue. HEX triplet: 8A, FE and EF. RGB value is (138,254,239). Sum of RGB (Red+Green+Blue) = 138+254+239=631 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.87% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFEEF is #750110. Grayscale: #D9D9D9. Windows color (decimal): -7667985 or 15728266. OLE color: 15728266.

HSL color Cylindrical-coordinate representation of color #8AFEEF: hue angle of 172.24º 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 #8AFEEF is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 254 239 -
CMYK 0.46 0 0.06 0.00
HSL 172.24º 0.98% 0.77% -
HSV(B) 172.24º 0.46% 1% -
XYZ 61.5 82.52 94.35 -
YUV 217.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 138 254 239 0.46 0 0.06 0.00 172.24 0.98 0.77
Hex 8A FE EF 2E 0 6 0 AC 62 4D
Octal 212 376 357 56 0 6 0 254 142 115
Binary 10001010 11111110 11101111 101110 0 110 0 10101100 1100010 1001101

Color Harmonies of #8AFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFEEF

Black with #8AFEEF

Text Example


Text Example

White with #8AFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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