Html Css Color HEX #83DAA5 Vista Blue

📋 copy color: '#83DAA5'

red 131 ◦ green 218 ◦ blue 165

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

Shades of Vista Blue #83DAA5

Tints of Vista Blue #83DAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.1%

R = 25.49%
G = 42.41%
B = 32.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#83DAA5 (or 0x83DAA5) is known color: Vista Blue. HEX triplet: 83, DA and A5. RGB value is (131,218,165). Sum of RGB (Red+Green+Blue) = 131+218+165=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAA5 is #7C255A. Grayscale: #BABABA. Windows color (decimal): -8136027 or 10869379. OLE color: 10869379.

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

Color convert

RGB 131 218 165 -
CMYK 0.40 0 0.24 0.15
HSL 143.45º 0.54% 0.68% -
HSV(B) 143.45º 0.4% 0.85% -
XYZ 41.22 57.68 44.56 -
YUV 185.95 116.18 88.81 -
System Red Green Blue C M Y K H S L
Decimal 131 218 165 0.40 0 0.24 0.15 143.45 0.54 0.68
Hex 83 DA A5 28 0 18 F 8F 36 44
Octal 203 332 245 50 0 30 17 217 66 104
Binary 10000011 11011010 10100101 101000 0 11000 1111 10001111 110110 1000100

Color Harmonies of #83DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DAA5

Black with #83DAA5

Text Example


Text Example

White with #83DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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