Html Css Color HEX #86EEBB Vista Blue

📋 copy color: '#86EEBB'

red 134 ◦ green 238 ◦ blue 187

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

Shades of Vista Blue #86EEBB

Tints of Vista Blue #86EEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 23.97%
G = 42.58%
B = 33.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#86EEBB (or 0x86EEBB) is known color: Vista Blue. HEX triplet: 86, EE and BB. RGB value is (134,238,187). Sum of RGB (Red+Green+Blue) = 134+238+187=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEBB is #791144. Grayscale: #C9C9C9. Windows color (decimal): -7934277 or 12316294. OLE color: 12316294.

HSL color Cylindrical-coordinate representation of color #86EEBB: hue angle of 150.58º 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 #86EEBB is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 238 187 -
CMYK 0.44 0 0.21 0.07
HSL 150.58º 0.75% 0.73% -
HSV(B) 150.58º 0.44% 0.93% -
XYZ 49.38 69.81 57.89 -
YUV 201.09 120.04 80.15 -
System Red Green Blue C M Y K H S L
Decimal 134 238 187 0.44 0 0.21 0.07 150.58 0.75 0.73
Hex 86 EE BB 2C 0 15 7 97 4B 49
Octal 206 356 273 54 0 25 7 227 113 111
Binary 10000110 11101110 10111011 101100 0 10101 111 10010111 1001011 1001001

Color Harmonies of #86EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EEBB

Black with #86EEBB

Text Example


Text Example

White with #86EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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