Html Css Color HEX #83EFAC Vista Blue

📋 copy color: '#83EFAC'

red 131 ◦ green 239 ◦ blue 172

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

Shades of Vista Blue #83EFAC

Tints of Vista Blue #83EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.1%

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 24.17%
G = 44.1%
B = 31.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#83EFAC (or 0x83EFAC) is known color: Vista Blue. HEX triplet: 83, EF and AC. RGB value is (131,239,172). Sum of RGB (Red+Green+Blue) = 131+239+172=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EFAC is #7C1053. Grayscale: #C7C7C7. Windows color (decimal): -8130644 or 11333507. OLE color: 11333507.

HSL color Cylindrical-coordinate representation of color #83EFAC: hue angle of 142.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFAC is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 239 172 -
CMYK 0.45 0 0.28 0.06
HSL 142.78º 0.77% 0.73% -
HSV(B) 142.78º 0.45% 0.94% -
XYZ 47.67 69.54 49.94 -
YUV 199.07 112.72 79.45 -
System Red Green Blue C M Y K H S L
Decimal 131 239 172 0.45 0 0.28 0.06 142.78 0.77 0.73
Hex 83 EF AC 2D 0 1C 6 8F 4D 49
Octal 203 357 254 55 0 34 6 217 115 111
Binary 10000011 11101111 10101100 101101 0 11100 110 10001111 1001101 1001001

Color Harmonies of #83EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFAC

Black with #83EFAC

Text Example


Text Example

White with #83EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,239,172); }

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

background-color css

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

 a { background-color: rgb(131,239,172); }

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

border-color css

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

 span { border-color: rgb(131,239,172); }

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