Html Css Color HEX #83EFAE Vista Blue

📋 copy color: '#83EFAE'

red 131 ◦ green 239 ◦ blue 174

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

Shades of Vista Blue #83EFAE

Tints of Vista Blue #83EFAE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.93%

 BLUE value IS 174 (68.36% from 255) = 31.99%

R = 24.08%
G = 43.93%
B = 31.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#83EFAE (or 0x83EFAE) is known color: Vista Blue. HEX triplet: 83, EF and AE. RGB value is (131,239,174). Sum of RGB (Red+Green+Blue) = 131+239+174=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EFAE is #7C1051. Grayscale: #C7C7C7. Windows color (decimal): -8130642 or 11464579. OLE color: 11464579.

HSL color Cylindrical-coordinate representation of color #83EFAE: hue angle of 143.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFAE is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 239 174 -
CMYK 0.45 0 0.27 0.06
HSL 143.89º 0.77% 0.73% -
HSV(B) 143.89º 0.45% 0.94% -
XYZ 47.87 69.61 50.96 -
YUV 199.3 113.72 79.29 -
System Red Green Blue C M Y K H S L
Decimal 131 239 174 0.45 0 0.27 0.06 143.89 0.77 0.73
Hex 83 EF AE 2D 0 1B 6 90 4D 49
Octal 203 357 256 55 0 33 6 220 115 111
Binary 10000011 11101111 10101110 101101 0 11011 110 10010000 1001101 1001001

Color Harmonies of #83EFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFAE

Black with #83EFAE

Text Example


Text Example

White with #83EFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,239,174); }

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

background-color css

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

 a { background-color: rgb(131,239,174); }

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

border-color css

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

 span { border-color: rgb(131,239,174); }

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