Html Css Color HEX #83EDB8 Vista Blue

📋 copy color: '#83EDB8'

red 131 ◦ green 237 ◦ blue 184

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

Shades of Vista Blue #83EDB8

Tints of Vista Blue #83EDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.33%

R = 23.73%
G = 42.93%
B = 33.33%

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

#83EDB8 (or 0x83EDB8) is known color: Vista Blue. HEX triplet: 83, ED and B8. RGB value is (131,237,184). Sum of RGB (Red+Green+Blue) = 131+237+184=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDB8 is #7C1247. Grayscale: #C7C7C7. Windows color (decimal): -8131144 or 12119427. OLE color: 12119427.

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

Color convert

RGB 131 237 184 -
CMYK 0.45 0 0.22 0.07
HSL 150º 0.75% 0.72% -
HSV(B) 150º 0.45% 0.93% -
XYZ 48.3 68.85 56.09 -
YUV 199.26 119.38 79.31 -
System Red Green Blue C M Y K H S L
Decimal 131 237 184 0.45 0 0.22 0.07 150 0.75 0.72
Hex 83 ED B8 2D 0 16 7 96 4B 48
Octal 203 355 270 55 0 26 7 226 113 110
Binary 10000011 11101101 10111000 101101 0 10110 111 10010110 1001011 1001000

Color Harmonies of #83EDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EDB8

Black with #83EDB8

Text Example


Text Example

White with #83EDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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