#83EAB8

Color #83EAB8 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #83EAB8

Tints of Vista Blue #83EAB8

Color information

#83EAB8 (or 0x83EAB8) is unknown color: approx Vista Blue. HEX triplet: 83, EA and B8. RGB value is (131,234,184). Sum of RGB (Red+Green+Blue) = 131+234+184=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #83EAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EAB8 is #7C1547. Grayscale: #C5C5C5. Windows color (decimal): -8131912 or 12118659. OLE color: 12118659.

HSL color Cylindrical-coordinate representation of color #83EAB8: hue angle of 150.87º 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 #83EAB8 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB131234184-
CMYK0.4400.210.08
HSL150.87º71.03%71.57%-
HSV(B)150.87º44.02%91.76%-
XYZ47.4367.1355.81-
YUV197.5120.3880.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.86%
GREEN value IS 234 (91.80% from 255) = 42.62%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=23.86%
G=42.62%
B=33.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1312341840.4400.210.08150.8771.0371.57
Hex83EAB82C0158974748
Octal2033522705402510227107110
Binary10000011111010101011100010110001010110001001011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83EAB8;
 }
 .AnyTagClassName
 {
   color: #83EAB8;
 }
</style>
background-color css

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

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

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

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

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

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