#83F8B2

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

Shades of Vista Blue #83F8B2

Tints of Vista Blue #83F8B2

Color information

#83F8B2 (or 0x83F8B2) is unknown color: approx Vista Blue. HEX triplet: 83, F8 and B2. RGB value is (131,248,178). Sum of RGB (Red+Green+Blue) = 131+248+178=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F8B2 is #7C074D. Grayscale: #CDCDCD. Windows color (decimal): -8128334 or 11729027. OLE color: 11729027.

HSL color Cylindrical-coordinate representation of color #83F8B2: hue angle of 144.1º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8B2 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB131248178-
CMYK0.4700.280.03
HSL144.1º89.31%74.31%-
HSV(B)144.1º47.18%97.25%-
XYZ50.9675.1753.94-
YUV205.04112.7475.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.52%
GREEN value IS 248 (97.27% from 255) = 44.52%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=23.52%
G=44.52%
B=31.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312481780.4700.280.03144.189.3174.31
Hex83F8B22F01C390594a
Octal203370262570343220131112
Binary100000111111100010110010101111011100111001000010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,248,178); }

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

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

 a { background-color: rgb(131,248,178); }

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

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

 span { border-color: rgb(131,248,178); }

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