Html Css Color HEX #83DDAC Vista Blue

📋 copy color: '#83DDAC'

red 131 ◦ green 221 ◦ blue 172

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

Shades of Vista Blue #83DDAC

Tints of Vista Blue #83DDAC

RGB

 RED value IS 131 (51.56% from 255) = 25%

 GREEN value IS 221 (86.72% from 255) = 42.18%

 BLUE value IS 172 (67.58% from 255) = 32.82%

R = 25%
G = 42.18%
B = 32.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#83DDAC (or 0x83DDAC) is known color: Vista Blue. HEX triplet: 83, DD and AC. RGB value is (131,221,172). Sum of RGB (Red+Green+Blue) = 131+221+172=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DDAC is #7C2253. Grayscale: #BCBCBC. Windows color (decimal): -8135252 or 11328899. OLE color: 11328899.

HSL color Cylindrical-coordinate representation of color #83DDAC: hue angle of 147.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDAC is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 221 172 -
CMYK 0.41 0 0.22 0.13
HSL 147.33º 0.57% 0.69% -
HSV(B) 147.33º 0.41% 0.87% -
XYZ 42.66 59.52 48.27 -
YUV 188.5 118.68 86.98 -
System Red Green Blue C M Y K H S L
Decimal 131 221 172 0.41 0 0.22 0.13 147.33 0.57 0.69
Hex 83 DD AC 29 0 16 D 93 39 45
Octal 203 335 254 51 0 26 15 223 71 105
Binary 10000011 11011101 10101100 101001 0 10110 1101 10010011 111001 1000101

Color Harmonies of #83DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DDAC

Black with #83DDAC

Text Example


Text Example

White with #83DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83DDAC; }

 p { color: rgb(131,221,172); }

 H1.HeaderClassName
 {
   color: #83DDAC;
 }
 .AnyTagClassName
 {
   color: #83DDAC;
 }
</style>

background-color css

<style>
 a { background-color: #83DDAC; }

 a { background-color: rgb(131,221,172); }

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

border-color css

<style>
 span { border-color: #83DDAC; }

 span { border-color: rgb(131,221,172); }

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