Html Css Color HEX #83DAAA Vista Blue

📋 copy color: '#83DAAA'

red 131 ◦ green 218 ◦ blue 170

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

Shades of Vista Blue #83DAAA

Tints of Vista Blue #83DAAA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42%

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

R = 25.24%
G = 42%
B = 32.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#83DAAA (or 0x83DAAA) is known color: Vista Blue. HEX triplet: 83, DA and AA. RGB value is (131,218,170). Sum of RGB (Red+Green+Blue) = 131+218+170=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAAA is #7C2555. Grayscale: #BABABA. Windows color (decimal): -8136022 or 11197059. OLE color: 11197059.

HSL color Cylindrical-coordinate representation of color #83DAAA: hue angle of 146.9º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAAA is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 218 170 -
CMYK 0.40 0 0.22 0.15
HSL 146.9º 0.54% 0.68% -
HSV(B) 146.9º 0.4% 0.85% -
XYZ 41.69 57.87 47 -
YUV 186.52 118.68 88.4 -
System Red Green Blue C M Y K H S L
Decimal 131 218 170 0.40 0 0.22 0.15 146.9 0.54 0.68
Hex 83 DA AA 28 0 16 F 93 36 44
Octal 203 332 252 50 0 26 17 223 66 104
Binary 10000011 11011010 10101010 101000 0 10110 1111 10010011 110110 1000100

Color Harmonies of #83DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DAAA

Black with #83DAAA

Text Example


Text Example

White with #83DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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