Html Css Color HEX #83ECAB Vista Blue

📋 copy color: '#83ECAB'

red 131 ◦ green 236 ◦ blue 171

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

Shades of Vista Blue #83ECAB

Tints of Vista Blue #83ECAB

RGB

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

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

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

R = 24.35%
G = 43.87%
B = 31.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#83ECAB (or 0x83ECAB) is known color: Vista Blue. HEX triplet: 83, EC and AB. RGB value is (131,236,171). Sum of RGB (Red+Green+Blue) = 131+236+171=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83ECAB is #7C1354. Grayscale: #C5C5C5. Windows color (decimal): -8131413 or 11267203. OLE color: 11267203.

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

Color convert

RGB 131 236 171 -
CMYK 0.44 0 0.28 0.07
HSL 142.86º 0.73% 0.72% -
HSV(B) 142.86º 0.44% 0.93% -
XYZ 46.71 67.76 49.14 -
YUV 197.2 113.21 80.79 -
System Red Green Blue C M Y K H S L
Decimal 131 236 171 0.44 0 0.28 0.07 142.86 0.73 0.72
Hex 83 EC AB 2C 0 1C 7 8F 49 48
Octal 203 354 253 54 0 34 7 217 111 110
Binary 10000011 11101100 10101011 101100 0 11100 111 10001111 1001001 1001000

Color Harmonies of #83ECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECAB

Black with #83ECAB

Text Example


Text Example

White with #83ECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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