Html Css Color HEX #86DFB0 Vista Blue

📋 copy color: '#86DFB0'

red 134 ◦ green 223 ◦ blue 176

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

Shades of Vista Blue #86DFB0

Tints of Vista Blue #86DFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.84%

 BLUE value IS 176 (69.14% from 255) = 33.02%

R = 25.14%
G = 41.84%
B = 33.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#86DFB0 (or 0x86DFB0) is known color: Vista Blue. HEX triplet: 86, DF and B0. RGB value is (134,223,176). Sum of RGB (Red+Green+Blue) = 134+223+176=533 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.14% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DFB0 is #79204F. Grayscale: #BFBFBF. Windows color (decimal): -7938128 or 11591558. OLE color: 11591558.

HSL color Cylindrical-coordinate representation of color #86DFB0: hue angle of 148.31º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DFB0 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 223 176 -
CMYK 0.40 0 0.21 0.13
HSL 148.31º 0.58% 0.7% -
HSV(B) 148.31º 0.4% 0.87% -
XYZ 44.06 60.98 50.52 -
YUV 191.03 119.51 87.32 -
System Red Green Blue C M Y K H S L
Decimal 134 223 176 0.40 0 0.21 0.13 148.31 0.58 0.7
Hex 86 DF B0 28 0 15 D 94 3A 46
Octal 206 337 260 50 0 25 15 224 72 106
Binary 10000110 11011111 10110000 101000 0 10101 1101 10010100 111010 1000110

Color Harmonies of #86DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DFB0

Black with #86DFB0

Text Example


Text Example

White with #86DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,223,176); }

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

background-color css

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

 a { background-color: rgb(134,223,176); }

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

border-color css

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

 span { border-color: rgb(134,223,176); }

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