Html Css Color HEX #83DAA8 Vista Blue

📋 copy color: '#83DAA8'

red 131 ◦ green 218 ◦ blue 168

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

Shades of Vista Blue #83DAA8

Tints of Vista Blue #83DAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 25.34%
G = 42.17%
B = 32.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#83DAA8 (or 0x83DAA8) is known color: Vista Blue. HEX triplet: 83, DA and A8. RGB value is (131,218,168). Sum of RGB (Red+Green+Blue) = 131+218+168=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAA8 is #7C2557. Grayscale: #BABABA. Windows color (decimal): -8136024 or 11065987. OLE color: 11065987.

HSL color Cylindrical-coordinate representation of color #83DAA8: hue angle of 145.52º 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 #83DAA8 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 218 168 -
CMYK 0.40 0 0.23 0.15
HSL 145.52º 0.54% 0.68% -
HSV(B) 145.52º 0.4% 0.85% -
XYZ 41.5 57.8 46.01 -
YUV 186.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 131 218 168 0.40 0 0.23 0.15 145.52 0.54 0.68
Hex 83 DA A8 28 0 17 F 92 36 44
Octal 203 332 250 50 0 27 17 222 66 104
Binary 10000011 11011010 10101000 101000 0 10111 1111 10010010 110110 1000100

Color Harmonies of #83DAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DAA8

Black with #83DAA8

Text Example


Text Example

White with #83DAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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