Html Css Color HEX #86EEF0 Electric Blue

📋 copy color: '#86EEF0'

red 134 ◦ green 238 ◦ blue 240

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

Shades of Electric Blue #86EEF0

Tints of Electric Blue #86EEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.89%

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

R = 21.9%
G = 38.89%
B = 39.22%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#86EEF0 (or 0x86EEF0) is known color: Electric Blue. HEX triplet: 86, EE and F0. RGB value is (134,238,240). Sum of RGB (Red+Green+Blue) = 134+238+240=612 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.90% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #86EEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EEF0 is #79110F. Grayscale: #CFCFCF. Windows color (decimal): -7934224 or 15789702. OLE color: 15789702.

HSL color Cylindrical-coordinate representation of color #86EEF0: hue angle of 181.13º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEF0 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 238 240 -
CMYK 0.44 0.01 0 0.06
HSL 181.13º 0.78% 0.73% -
HSV(B) 181.13º 0.44% 0.94% -
XYZ 56.13 72.51 93.48 -
YUV 207.13 146.54 75.84 -
System Red Green Blue C M Y K H S L
Decimal 134 238 240 0.44 0.01 0 0.06 181.13 0.78 0.73
Hex 86 EE F0 2C 1 0 6 B5 4E 49
Octal 206 356 360 54 1 0 6 265 116 111
Binary 10000110 11101110 11110000 101100 1 0 110 10110101 1001110 1001001

Color Harmonies of #86EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EEF0

Black with #86EEF0

Text Example


Text Example

White with #86EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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