Html Css Color HEX #83ECA8 Vista Blue

📋 copy color: '#83ECA8'

red 131 ◦ green 236 ◦ blue 168

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

Shades of Vista Blue #83ECA8

Tints of Vista Blue #83ECA8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 24.49%
G = 44.11%
B = 31.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#83ECA8 (or 0x83ECA8) is known color: Vista Blue. HEX triplet: 83, EC and A8. RGB value is (131,236,168). Sum of RGB (Red+Green+Blue) = 131+236+168=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83ECA8 is #7C1357. Grayscale: #C5C5C5. Windows color (decimal): -8131416 or 11070595. OLE color: 11070595.

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

Color convert

RGB 131 236 168 -
CMYK 0.44 0 0.29 0.07
HSL 141.14º 0.73% 0.72% -
HSV(B) 141.14º 0.44% 0.93% -
XYZ 46.42 67.64 47.66 -
YUV 196.85 111.71 81.03 -
System Red Green Blue C M Y K H S L
Decimal 131 236 168 0.44 0 0.29 0.07 141.14 0.73 0.72
Hex 83 EC A8 2C 0 1D 7 8D 49 48
Octal 203 354 250 54 0 35 7 215 111 110
Binary 10000011 11101100 10101000 101100 0 11101 111 10001101 1001001 1001000

Color Harmonies of #83ECA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECA8

Black with #83ECA8

Text Example


Text Example

White with #83ECA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,236,168); }

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

background-color css

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

 a { background-color: rgb(131,236,168); }

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

border-color css

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

 span { border-color: rgb(131,236,168); }

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