Html Css Color HEX #83EDAB Vista Blue

📋 copy color: '#83EDAB'

red 131 ◦ green 237 ◦ blue 171

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

Shades of Vista Blue #83EDAB

Tints of Vista Blue #83EDAB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 24.3%
G = 43.97%
B = 31.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#83EDAB (or 0x83EDAB) is known color: Vista Blue. HEX triplet: 83, ED and AB. RGB value is (131,237,171). Sum of RGB (Red+Green+Blue) = 131+237+171=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EDAB is #7C1254. Grayscale: #C5C5C5. Windows color (decimal): -8131157 or 11267459. OLE color: 11267459.

HSL color Cylindrical-coordinate representation of color #83EDAB: hue angle of 142.64º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EDAB is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 237 171 -
CMYK 0.45 0 0.28 0.07
HSL 142.64º 0.75% 0.72% -
HSV(B) 142.64º 0.45% 0.93% -
XYZ 46.99 68.33 49.24 -
YUV 197.78 112.88 80.37 -
System Red Green Blue C M Y K H S L
Decimal 131 237 171 0.45 0 0.28 0.07 142.64 0.75 0.72
Hex 83 ED AB 2D 0 1C 7 8F 4B 48
Octal 203 355 253 55 0 34 7 217 113 110
Binary 10000011 11101101 10101011 101101 0 11100 111 10001111 1001011 1001000

Color Harmonies of #83EDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EDAB

Black with #83EDAB

Text Example


Text Example

White with #83EDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,237,171); }

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

background-color css

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

 a { background-color: rgb(131,237,171); }

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

border-color css

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

 span { border-color: rgb(131,237,171); }

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