Html Css Color HEX #83EEBA Vista Blue

📋 copy color: '#83EEBA'

red 131 ◦ green 238 ◦ blue 186

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

Shades of Vista Blue #83EEBA

Tints of Vista Blue #83EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.88%

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

R = 23.6%
G = 42.88%
B = 33.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#83EEBA (or 0x83EEBA) is known color: Vista Blue. HEX triplet: 83, EE and BA. RGB value is (131,238,186). Sum of RGB (Red+Green+Blue) = 131+238+186=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EEBA is #7C1145. Grayscale: #C8C8C8. Windows color (decimal): -8130886 or 12250755. OLE color: 12250755.

HSL color Cylindrical-coordinate representation of color #83EEBA: hue angle of 150.84º degrees, saturation: 0.76, 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 #83EEBA is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 238 186 -
CMYK 0.45 0 0.22 0.07
HSL 150.84º 0.76% 0.72% -
HSV(B) 150.84º 0.45% 0.93% -
XYZ 48.8 69.52 57.3 -
YUV 200.08 120.05 78.73 -
System Red Green Blue C M Y K H S L
Decimal 131 238 186 0.45 0 0.22 0.07 150.84 0.76 0.72
Hex 83 EE BA 2D 0 16 7 97 4C 48
Octal 203 356 272 55 0 26 7 227 114 110
Binary 10000011 11101110 10111010 101101 0 10110 111 10010111 1001100 1001000

Color Harmonies of #83EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EEBA

Black with #83EEBA

Text Example


Text Example

White with #83EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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