Html Css Color HEX #83DEAA Vista Blue

📋 copy color: '#83DEAA'

red 131 ◦ green 222 ◦ blue 170

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

Shades of Vista Blue #83DEAA

Tints of Vista Blue #83DEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.45%

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 25.05%
G = 42.45%
B = 32.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#83DEAA (or 0x83DEAA) is known color: Vista Blue. HEX triplet: 83, DE and AA. RGB value is (131,222,170). Sum of RGB (Red+Green+Blue) = 131+222+170=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DEAA is #7C2155. Grayscale: #BCBCBC. Windows color (decimal): -8134998 or 11198083. OLE color: 11198083.

HSL color Cylindrical-coordinate representation of color #83DEAA: hue angle of 145.71º degrees, saturation: 0.58, 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 #83DEAA is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 222 170 -
CMYK 0.41 0 0.23 0.13
HSL 145.71º 0.58% 0.69% -
HSV(B) 145.71º 0.41% 0.87% -
XYZ 42.74 59.97 47.35 -
YUV 188.86 117.35 86.73 -
System Red Green Blue C M Y K H S L
Decimal 131 222 170 0.41 0 0.23 0.13 145.71 0.58 0.69
Hex 83 DE AA 29 0 17 D 92 3A 45
Octal 203 336 252 51 0 27 15 222 72 105
Binary 10000011 11011110 10101010 101001 0 10111 1101 10010010 111010 1000101

Color Harmonies of #83DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DEAA

Black with #83DEAA

Text Example


Text Example

White with #83DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,222,170); }

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

background-color css

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

 a { background-color: rgb(131,222,170); }

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

border-color css

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

 span { border-color: rgb(131,222,170); }

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