#83F3B4

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

Shades of Vista Blue #83F3B4

Tints of Vista Blue #83F3B4

Color information

#83F3B4 (or 0x83F3B4) is unknown color: approx Vista Blue. HEX triplet: 83, F3 and B4. RGB value is (131,243,180). Sum of RGB (Red+Green+Blue) = 131+243+180=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3B4 is #7C0C4B. Grayscale: #CACACA. Windows color (decimal): -8129612 or 11858819. OLE color: 11858819.

HSL color Cylindrical-coordinate representation of color #83F3B4: hue angle of 146.25º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F3B4 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB131243180-
CMYK0.4600.260.05
HSL146.25º82.35%73.33%-
HSV(B)146.25º46.09%95.29%-
XYZ49.6572.2254.5-
YUV202.33115.3977.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.65%
GREEN value IS 243 (95.31% from 255) = 43.86%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=23.65%
G=43.86%
B=32.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312431800.4600.260.05146.2582.3573.33
Hex83F3B42E01A5925249
Octal203363264560325222122111
Binary1000001111110011101101001011100110101011001001010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,243,180); }

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

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

 a { background-color: rgb(131,243,180); }

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

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

 span { border-color: rgb(131,243,180); }

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