Html Css Color HEX #83EDAC Vista Blue

📋 copy color: '#83EDAC'

red 131 ◦ green 237 ◦ blue 172

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

Shades of Vista Blue #83EDAC

Tints of Vista Blue #83EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 172 (67.58% from 255) = 31.85%

R = 24.26%
G = 43.89%
B = 31.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#83EDAC (or 0x83EDAC) is known color: Vista Blue. HEX triplet: 83, ED and AC. RGB value is (131,237,172). Sum of RGB (Red+Green+Blue) = 131+237+172=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EDAC is #7C1253. Grayscale: #C6C6C6. Windows color (decimal): -8131156 or 11332995. OLE color: 11332995.

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

Color convert

RGB 131 237 172 -
CMYK 0.45 0 0.27 0.07
HSL 143.21º 0.75% 0.72% -
HSV(B) 143.21º 0.45% 0.93% -
XYZ 47.09 68.37 49.74 -
YUV 197.9 113.38 80.29 -
System Red Green Blue C M Y K H S L
Decimal 131 237 172 0.45 0 0.27 0.07 143.21 0.75 0.72
Hex 83 ED AC 2D 0 1B 7 8F 4B 48
Octal 203 355 254 55 0 33 7 217 113 110
Binary 10000011 11101101 10101100 101101 0 11011 111 10001111 1001011 1001000

Color Harmonies of #83EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EDAC

Black with #83EDAC

Text Example


Text Example

White with #83EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,237,172); }

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

background-color css

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

 a { background-color: rgb(131,237,172); }

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

border-color css

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

 span { border-color: rgb(131,237,172); }

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