Html Css Color HEX #83DFAE Vista Blue

📋 copy color: '#83DFAE'

red 131 ◦ green 223 ◦ blue 174

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

Shades of Vista Blue #83DFAE

Tints of Vista Blue #83DFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.95%

R = 24.81%
G = 42.23%
B = 32.95%

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

#83DFAE (or 0x83DFAE) is known color: Vista Blue. HEX triplet: 83, DF and AE. RGB value is (131,223,174). Sum of RGB (Red+Green+Blue) = 131+223+174=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DFAE is #7C2051. Grayscale: #BEBEBE. Windows color (decimal): -8134738 or 11460483. OLE color: 11460483.

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

Color convert

RGB 131 223 174 -
CMYK 0.41 0 0.22 0.13
HSL 148.04º 0.59% 0.69% -
HSV(B) 148.04º 0.41% 0.87% -
XYZ 43.39 60.66 49.47 -
YUV 189.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 131 223 174 0.41 0 0.22 0.13 148.04 0.59 0.69
Hex 83 DF AE 29 0 16 D 94 3B 45
Octal 203 337 256 51 0 26 15 224 73 105
Binary 10000011 11011111 10101110 101001 0 10110 1101 10010100 111011 1000101

Color Harmonies of #83DFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DFAE

Black with #83DFAE

Text Example


Text Example

White with #83DFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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