Html Css Color HEX #86F9F0 Electric Blue

📋 copy color: '#86F9F0'

red 134 ◦ green 249 ◦ blue 240

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

Shades of Electric Blue #86F9F0

Tints of Electric Blue #86F9F0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.97%

 BLUE value IS 240 (94.14% from 255) = 38.52%

R = 21.51%
G = 39.97%
B = 38.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#86F9F0 (or 0x86F9F0) is known color: Electric Blue. HEX triplet: 86, F9 and F0. RGB value is (134,249,240). Sum of RGB (Red+Green+Blue) = 134+249+240=623 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.51% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F9F0 is #79060F. Grayscale: #D5D5D5. Windows color (decimal): -7931408 or 15792518. OLE color: 15792518.

HSL color Cylindrical-coordinate representation of color #86F9F0: hue angle of 175.3º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F9F0 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 249 240 -
CMYK 0.46 0 0.04 0.02
HSL 175.3º 0.91% 0.75% -
HSV(B) 175.3º 0.46% 0.98% -
XYZ 59.44 79.11 94.58 -
YUV 213.59 142.9 71.23 -
System Red Green Blue C M Y K H S L
Decimal 134 249 240 0.46 0 0.04 0.02 175.3 0.91 0.75
Hex 86 F9 F0 2E 0 4 2 AF 5B 4B
Octal 206 371 360 56 0 4 2 257 133 113
Binary 10000110 11111001 11110000 101110 0 100 10 10101111 1011011 1001011

Color Harmonies of #86F9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F9F0

Black with #86F9F0

Text Example


Text Example

White with #86F9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,249,240); }

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

background-color css

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

 a { background-color: rgb(134,249,240); }

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

border-color css

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

 span { border-color: rgb(134,249,240); }

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