Html Css Color HEX #83DBAB Vista Blue

📋 copy color: '#83DBAB'

red 131 ◦ green 219 ◦ blue 171

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

Shades of Vista Blue #83DBAB

Tints of Vista Blue #83DBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.03%

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 25.14%
G = 42.03%
B = 32.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#83DBAB (or 0x83DBAB) is known color: Vista Blue. HEX triplet: 83, DB and AB. RGB value is (131,219,171). Sum of RGB (Red+Green+Blue) = 131+219+171=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DBAB is #7C2454. Grayscale: #BBBBBB. Windows color (decimal): -8135765 or 11262851. OLE color: 11262851.

HSL color Cylindrical-coordinate representation of color #83DBAB: hue angle of 147.27º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DBAB is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 219 171 -
CMYK 0.40 0 0.22 0.14
HSL 147.27º 0.55% 0.69% -
HSV(B) 147.27º 0.4% 0.86% -
XYZ 42.04 58.43 47.59 -
YUV 187.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 131 219 171 0.40 0 0.22 0.14 147.27 0.55 0.69
Hex 83 DB AB 28 0 16 E 93 37 45
Octal 203 333 253 50 0 26 16 223 67 105
Binary 10000011 11011011 10101011 101000 0 10110 1110 10010011 110111 1000101

Color Harmonies of #83DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DBAB

Black with #83DBAB

Text Example


Text Example

White with #83DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,219,171); }

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

background-color css

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

 a { background-color: rgb(131,219,171); }

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

border-color css

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

 span { border-color: rgb(131,219,171); }

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