Html Css Color HEX #86EEBA Vista Blue

📋 copy color: '#86EEBA'

red 134 ◦ green 238 ◦ blue 186

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

Shades of Vista Blue #86EEBA

Tints of Vista Blue #86EEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 24.01%
G = 42.65%
B = 33.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#86EEBA (or 0x86EEBA) is known color: Vista Blue. HEX triplet: 86, EE and BA. RGB value is (134,238,186). Sum of RGB (Red+Green+Blue) = 134+238+186=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEBA is #791145. Grayscale: #C9C9C9. Windows color (decimal): -7934278 or 12250758. OLE color: 12250758.

HSL color Cylindrical-coordinate representation of color #86EEBA: hue angle of 150º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEBA is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 238 186 -
CMYK 0.44 0 0.22 0.07
HSL 150º 0.75% 0.73% -
HSV(B) 150º 0.44% 0.93% -
XYZ 49.27 69.76 57.32 -
YUV 200.98 119.54 80.23 -
System Red Green Blue C M Y K H S L
Decimal 134 238 186 0.44 0 0.22 0.07 150 0.75 0.73
Hex 86 EE BA 2C 0 16 7 96 4B 49
Octal 206 356 272 54 0 26 7 226 113 111
Binary 10000110 11101110 10111010 101100 0 10110 111 10010110 1001011 1001001

Color Harmonies of #86EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EEBA

Black with #86EEBA

Text Example


Text Example

White with #86EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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