Html Css Color HEX #83D8A5 Vista Blue

📋 copy color: '#83D8A5'

red 131 ◦ green 216 ◦ blue 165

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

Shades of Vista Blue #83D8A5

Tints of Vista Blue #83D8A5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.19%

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

R = 25.59%
G = 42.19%
B = 32.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#83D8A5 (or 0x83D8A5) is known color: Vista Blue. HEX triplet: 83, D8 and A5. RGB value is (131,216,165). Sum of RGB (Red+Green+Blue) = 131+216+165=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #83D8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D8A5 is #7C275A. Grayscale: #B8B8B8. Windows color (decimal): -8136539 or 10868867. OLE color: 10868867.

HSL color Cylindrical-coordinate representation of color #83D8A5: hue angle of 144º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D8A5 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 216 165 -
CMYK 0.39 0 0.24 0.15
HSL 144º 0.52% 0.68% -
HSV(B) 144º 0.39% 0.85% -
XYZ 40.71 56.65 44.39 -
YUV 184.77 116.84 89.65 -
System Red Green Blue C M Y K H S L
Decimal 131 216 165 0.39 0 0.24 0.15 144 0.52 0.68
Hex 83 D8 A5 27 0 18 F 90 34 44
Octal 203 330 245 47 0 30 17 220 64 104
Binary 10000011 11011000 10100101 100111 0 11000 1111 10010000 110100 1000100

Color Harmonies of #83D8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D8A5

Black with #83D8A5

Text Example


Text Example

White with #83D8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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