Html Css Color HEX #83DFA1 Vista Blue

📋 copy color: '#83DFA1'

red 131 ◦ green 223 ◦ blue 161

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

Shades of Vista Blue #83DFA1

Tints of Vista Blue #83DFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.26%

R = 25.44%
G = 43.3%
B = 31.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#83DFA1 (or 0x83DFA1) is known color: Vista Blue. HEX triplet: 83, DF and A1. RGB value is (131,223,161). Sum of RGB (Red+Green+Blue) = 131+223+161=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DFA1 is #7C205E. Grayscale: #BCBCBC. Windows color (decimal): -8134751 or 10608515. OLE color: 10608515.

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

Color convert

RGB 131 223 161 -
CMYK 0.41 0 0.28 0.13
HSL 139.57º 0.59% 0.69% -
HSV(B) 139.57º 0.41% 0.87% -
XYZ 42.18 60.17 43.11 -
YUV 188.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 131 223 161 0.41 0 0.28 0.13 139.57 0.59 0.69
Hex 83 DF A1 29 0 1C D 8C 3B 45
Octal 203 337 241 51 0 34 15 214 73 105
Binary 10000011 11011111 10100001 101001 0 11100 1101 10001100 111011 1000101

Color Harmonies of #83DFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DFA1

Black with #83DFA1

Text Example


Text Example

White with #83DFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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