#83F3B3

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

Shades of Vista Blue #83F3B3

Tints of Vista Blue #83F3B3

Color information

#83F3B3 (or 0x83F3B3) is unknown color: approx Vista Blue. HEX triplet: 83, F3 and B3. RGB value is (131,243,179). Sum of RGB (Red+Green+Blue) = 131+243+179=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3B3 is #7C0C4C. Grayscale: #CACACA. Windows color (decimal): -8129613 or 11793283. OLE color: 11793283.

HSL color Cylindrical-coordinate representation of color #83F3B3: hue angle of 145.71º 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 #83F3B3 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB131243179-
CMYK0.4600.260.05
HSL145.71º82.35%73.33%-
HSV(B)145.71º46.09%95.29%-
XYZ49.5572.1853.97-
YUV202.22114.8977.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.69%
GREEN value IS 243 (95.31% from 255) = 43.94%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=23.69%
G=43.94%
B=32.37%

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
Decimal1312431790.4600.260.05145.7182.3573.33
Hex83F3B32E01A5925249
Octal203363263560325222122111
Binary1000001111110011101100111011100110101011001001010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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