Html Css Color HEX #83DFAA Vista Blue

📋 copy color: '#83DFAA'

red 131 ◦ green 223 ◦ blue 170

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

Shades of Vista Blue #83DFAA

Tints of Vista Blue #83DFAA

RGB

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

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

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

R = 25%
G = 42.56%
B = 32.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#83DFAA (or 0x83DFAA) is known color: Vista Blue. HEX triplet: 83, DF and AA. RGB value is (131,223,170). Sum of RGB (Red+Green+Blue) = 131+223+170=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DFAA is #7C2055. Grayscale: #BDBDBD. Windows color (decimal): -8134742 or 11198339. OLE color: 11198339.

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

Color convert

RGB 131 223 170 -
CMYK 0.41 0 0.24 0.13
HSL 145.43º 0.59% 0.69% -
HSV(B) 145.43º 0.41% 0.87% -
XYZ 43 60.5 47.44 -
YUV 189.45 117.02 86.31 -
System Red Green Blue C M Y K H S L
Decimal 131 223 170 0.41 0 0.24 0.13 145.43 0.59 0.69
Hex 83 DF AA 29 0 18 D 91 3B 45
Octal 203 337 252 51 0 30 15 221 73 105
Binary 10000011 11011111 10101010 101001 0 11000 1101 10010001 111011 1000101

Color Harmonies of #83DFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DFAA

Black with #83DFAA

Text Example


Text Example

White with #83DFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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