Html Css Color HEX #86FDF5 Electric Blue

📋 copy color: '#86FDF5'

red 134 ◦ green 253 ◦ blue 245

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

Shades of Electric Blue #86FDF5

Tints of Electric Blue #86FDF5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.03%

 BLUE value IS 245 (96.09% from 255) = 38.77%

R = 21.2%
G = 40.03%
B = 38.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#86FDF5 (or 0x86FDF5) is known color: Electric Blue. HEX triplet: 86, FD and F5. RGB value is (134,253,245). Sum of RGB (Red+Green+Blue) = 134+253+245=632 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.20% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FDF5 is #79020A. Grayscale: #D8D8D8. Windows color (decimal): -7930379 or 16121222. OLE color: 16121222.

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

Color convert

RGB 134 253 245 -
CMYK 0.47 0 0.03 0.01
HSL 175.97º 0.97% 0.76% -
HSV(B) 175.97º 0.47% 0.99% -
XYZ 61.44 81.91 98.96 -
YUV 216.51 144.08 69.15 -
System Red Green Blue C M Y K H S L
Decimal 134 253 245 0.47 0 0.03 0.01 175.97 0.97 0.76
Hex 86 FD F5 2F 0 3 1 B0 61 4C
Octal 206 375 365 57 0 3 1 260 141 114
Binary 10000110 11111101 11110101 101111 0 11 1 10110000 1100001 1001100

Color Harmonies of #86FDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FDF5

Black with #86FDF5

Text Example


Text Example

White with #86FDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,253,245); }

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

background-color css

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

 a { background-color: rgb(134,253,245); }

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

border-color css

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

 span { border-color: rgb(134,253,245); }

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