Html Css Color HEX #83ECBA Vista Blue

📋 copy color: '#83ECBA'

red 131 ◦ green 236 ◦ blue 186

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

Shades of Vista Blue #83ECBA

Tints of Vista Blue #83ECBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 23.69%
G = 42.68%
B = 33.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#83ECBA (or 0x83ECBA) is known color: Vista Blue. HEX triplet: 83, EC and BA. RGB value is (131,236,186). Sum of RGB (Red+Green+Blue) = 131+236+186=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECBA is #7C1345. Grayscale: #C6C6C6. Windows color (decimal): -8131398 or 12250243. OLE color: 12250243.

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

Color convert

RGB 131 236 186 -
CMYK 0.44 0 0.21 0.07
HSL 151.43º 0.73% 0.72% -
HSV(B) 151.43º 0.44% 0.93% -
XYZ 48.22 68.36 57.11 -
YUV 198.91 120.71 79.57 -
System Red Green Blue C M Y K H S L
Decimal 131 236 186 0.44 0 0.21 0.07 151.43 0.73 0.72
Hex 83 EC BA 2C 0 15 7 97 49 48
Octal 203 354 272 54 0 25 7 227 111 110
Binary 10000011 11101100 10111010 101100 0 10101 111 10010111 1001001 1001000

Color Harmonies of #83ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECBA

Black with #83ECBA

Text Example


Text Example

White with #83ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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