Html Css Color HEX #86F7F6 Electric Blue

📋 copy color: '#86F7F6'

red 134 ◦ green 247 ◦ blue 246

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

Shades of Electric Blue #86F7F6

Tints of Electric Blue #86F7F6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.39%

 BLUE value IS 246 (96.48% from 255) = 39.23%

R = 21.37%
G = 39.39%
B = 39.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#86F7F6 (or 0x86F7F6) is known color: Electric Blue. HEX triplet: 86, F7 and F6. RGB value is (134,247,246). Sum of RGB (Red+Green+Blue) = 134+247+246=627 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.37% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #86F7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F7F6 is #790809. Grayscale: #D4D4D4. Windows color (decimal): -7931914 or 16185222. OLE color: 16185222.

HSL color Cylindrical-coordinate representation of color #86F7F6: hue angle of 179.47º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F7F6 is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 134 247 246 -
CMYK 0.46 0 0.00 0.03
HSL 179.47º 0.88% 0.75% -
HSV(B) 179.47º 0.46% 0.97% -
XYZ 59.73 78.24 99.14 -
YUV 213.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 134 247 246 0.46 0 0.00 0.03 179.47 0.88 0.75
Hex 86 F7 F6 2E 0 0 3 B3 58 4B
Octal 206 367 366 56 0 0 3 263 130 113
Binary 10000110 11110111 11110110 101110 0 0 11 10110011 1011000 1001011

Color Harmonies of #86F7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F7F6

Black with #86F7F6

Text Example


Text Example

White with #86F7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,247,246); }

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

background-color css

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

 a { background-color: rgb(134,247,246); }

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

border-color css

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

 span { border-color: rgb(134,247,246); }

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