Html Css Color HEX #83EABA Vista Blue

📋 copy color: '#83EABA'

red 131 ◦ green 234 ◦ blue 186

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

Shades of Vista Blue #83EABA

Tints of Vista Blue #83EABA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.47%

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

R = 23.77%
G = 42.47%
B = 33.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#83EABA (or 0x83EABA) is known color: Vista Blue. HEX triplet: 83, EA and BA. RGB value is (131,234,186). Sum of RGB (Red+Green+Blue) = 131+234+186=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #83EABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EABA is #7C1545. Grayscale: #C5C5C5. Windows color (decimal): -8131910 or 12249731. OLE color: 12249731.

HSL color Cylindrical-coordinate representation of color #83EABA: hue angle of 152.04º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EABA is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 234 186 -
CMYK 0.44 0 0.21 0.08
HSL 152.04º 0.71% 0.72% -
HSV(B) 152.04º 0.44% 0.92% -
XYZ 47.65 67.22 56.92 -
YUV 197.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 131 234 186 0.44 0 0.21 0.08 152.04 0.71 0.72
Hex 83 EA BA 2C 0 15 8 98 47 48
Octal 203 352 272 54 0 25 10 230 107 110
Binary 10000011 11101010 10111010 101100 0 10101 1000 10011000 1000111 1001000

Color Harmonies of #83EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EABA

Black with #83EABA

Text Example


Text Example

White with #83EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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