Html Css Color HEX #86FFEE Electric Blue

📋 copy color: '#86FFEE'

red 134 ◦ green 255 ◦ blue 238

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

Shades of Electric Blue #86FFEE

Tints of Electric Blue #86FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 40.67%

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

R = 21.37%
G = 40.67%
B = 37.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#86FFEE (or 0x86FFEE) is known color: Electric Blue. HEX triplet: 86, FF and EE. RGB value is (134,255,238). Sum of RGB (Red+Green+Blue) = 134+255+238=627 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.37% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FFEE is #790011. Grayscale: #D8D8D8. Windows color (decimal): -7929874 or 15662982. OLE color: 15662982.

HSL color Cylindrical-coordinate representation of color #86FFEE: hue angle of 171.57º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFEE is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 134 255 238 -
CMYK 0.47 0 0.07 0
HSL 171.57º 1% 0.76% -
HSV(B) 171.57º 0.47% 1% -
XYZ 61.02 82.76 93.65 -
YUV 216.88 139.91 68.88 -
System Red Green Blue C M Y K H S L
Decimal 134 255 238 0.47 0 0.07 0 171.57 1 0.76
Hex 86 FF EE 2F 0 7 0 AC 64 4C
Octal 206 377 356 57 0 7 0 254 144 114
Binary 10000110 11111111 11101110 101111 0 111 0 10101100 1100100 1001100

Color Harmonies of #86FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FFEE

Black with #86FFEE

Text Example


Text Example

White with #86FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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