Html Css Color HEX #86EEEA Electric Blue

📋 copy color: '#86EEEA'

red 134 ◦ green 238 ◦ blue 234

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

Shades of Electric Blue #86EEEA

Tints of Electric Blue #86EEEA

RGB

 RED value IS 134 (52.73% from 255) = 22.11%

 GREEN value IS 238 (93.36% from 255) = 39.27%

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 22.11%
G = 39.27%
B = 38.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#86EEEA (or 0x86EEEA) is known color: Electric Blue. HEX triplet: 86, EE and EA. RGB value is (134,238,234). Sum of RGB (Red+Green+Blue) = 134+238+234=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EEEA is #791115. Grayscale: #CECECE. Windows color (decimal): -7934230 or 15396486. OLE color: 15396486.

HSL color Cylindrical-coordinate representation of color #86EEEA: hue angle of 177.69º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEEA is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 238 234 -
CMYK 0.44 0 0.02 0.07
HSL 177.69º 0.75% 0.73% -
HSV(B) 177.69º 0.44% 0.93% -
XYZ 55.26 72.16 88.86 -
YUV 206.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 134 238 234 0.44 0 0.02 0.07 177.69 0.75 0.73
Hex 86 EE EA 2C 0 2 7 B2 4B 49
Octal 206 356 352 54 0 2 7 262 113 111
Binary 10000110 11101110 11101010 101100 0 10 111 10110010 1001011 1001001

Color Harmonies of #86EEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EEEA

Black with #86EEEA

Text Example


Text Example

White with #86EEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86EEEA; }

 p { color: rgb(134,238,234); }

 H1.HeaderClassName
 {
   color: #86EEEA;
 }
 .AnyTagClassName
 {
   color: #86EEEA;
 }
</style>

background-color css

<style>
 a { background-color: #86EEEA; }

 a { background-color: rgb(134,238,234); }

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

border-color css

<style>
 span { border-color: #86EEEA; }

 span { border-color: rgb(134,238,234); }

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