Html Css Color HEX #86E6FD Electric Blue

📋 copy color: '#86E6FD'

red 134 ◦ green 230 ◦ blue 253

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

Shades of Electric Blue #86E6FD

Tints of Electric Blue #86E6FD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.28%

 BLUE value IS 253 (99.22% from 255) = 41%

R = 21.72%
G = 37.28%
B = 41%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86E6FD (or 0x86E6FD) is known color: Electric Blue. HEX triplet: 86, E6 and FD. RGB value is (134,230,253). Sum of RGB (Red+Green+Blue) = 134+230+253=617 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.72% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #86E6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86E6FD is #791902. Grayscale: #CBCBCB. Windows color (decimal): -7936259 or 16639622. OLE color: 16639622.

HSL color Cylindrical-coordinate representation of color #86E6FD: hue angle of 191.6º 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 #86E6FD is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 230 253 -
CMYK 0.47 0.09 0 0.01
HSL 191.6º 0.97% 0.76% -
HSV(B) 191.6º 0.47% 0.99% -
XYZ 55.86 68.75 103.26 -
YUV 203.92 155.7 78.13 -
System Red Green Blue C M Y K H S L
Decimal 134 230 253 0.47 0.09 0 0.01 191.6 0.97 0.76
Hex 86 E6 FD 2F 9 0 1 C0 61 4C
Octal 206 346 375 57 11 0 1 300 141 114
Binary 10000110 11100110 11111101 101111 1001 0 1 11000000 1100001 1001100

Color Harmonies of #86E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E6FD

Black with #86E6FD

Text Example


Text Example

White with #86E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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